From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduard Wiebe Newsgroups: gmane.emacs.devel Subject: typo in lispref/objects.texi Date: Sun, 04 Jan 2009 18:09:54 +0100 Message-ID: <86bpunm1zx.fsf@nirvana.pusto.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1231089025 9666 80.91.229.12 (4 Jan 2009 17:10:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2009 17:10:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 04 18:11:36 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LJWVk-000216-H8 for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2009 18:11:36 +0100 Original-Received: from localhost ([127.0.0.1]:57272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJWUU-0001b0-UA for ged-emacs-devel@m.gmane.org; Sun, 04 Jan 2009 12:10:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJWUI-0001XD-0I for emacs-devel@gnu.org; Sun, 04 Jan 2009 12:10:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJWUG-0001Wk-Ut for emacs-devel@gnu.org; Sun, 04 Jan 2009 12:10:05 -0500 Original-Received: from [199.232.76.173] (port=57993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJWUG-0001Wd-PP for emacs-devel@gnu.org; Sun, 04 Jan 2009 12:10:04 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:46198 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LJWUG-0005M3-Ew for emacs-devel@gnu.org; Sun, 04 Jan 2009 12:10:04 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LJWUE-0005rV-Oa for emacs-devel@gnu.org; Sun, 04 Jan 2009 17:10:02 +0000 Original-Received: from e182120229.adsl.alicedsl.de ([85.182.120.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Jan 2009 17:10:02 +0000 Original-Received: from usenet by e182120229.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Jan 2009 17:10:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e182120229.adsl.alicedsl.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) Cancel-Lock: sha1:87JmqAHePIVwIibmNcnmyk1vUWs= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107575 Archived-At: diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index d4f1a3a..87a71b1 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -345,7 +345,7 @@ following text.) @node General Escape Syntax @subsubsection General Escape Syntax - In addition to the specific excape sequences for special important + In addition to the specific escape sequences for special important control characters, Emacs provides general categories of escape syntax that you can use to specify non-ASCII text characters. -- Eduard Wiebe