emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13852: closed (Emacs Lisp Reference Manual v 24.2.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13852: closed (Emacs Lisp Reference Manual v 24.2.1 - Minor Correction to section 2.3.4)
Date: Sun, 03 Mar 2013 02:11:02 +0000

Your message dated Sat, 02 Mar 2013 21:10:08 -0500
with message-id <address@hidden>
and subject line Re: bug#13852: Emacs Lisp Reference Manual v 24.2.1 - Minor 
Correction to section 2.3.4
has caused the debbugs.gnu.org bug report #13852,
regarding Emacs Lisp Reference Manual v 24.2.1 - Minor Correction to section 
2.3.4
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13852: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13852
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Emacs Lisp Reference Manual v 24.2.1 - Minor Correction to section 2.3.4 Date: Fri, 1 Mar 2013 21:52:18 -0500
Greetings,

This report concerns Emacs version 24.2.1. In the section of
documentation quoted below, 'fifth example' should read 'fourth
example' and 'fourth example' should read 'third example'.

Cheers,
Carlos

BEGIN_QUOTED_SECTION

2.3.4 Symbol Type

Here are several examples of symbol names.  Note that the `+' in the
fifth example is escaped to prevent it from being read as a number.
This is not necessary in the fourth example because the rest of the name
makes it invalid as a number.

foo                 ; A symbol named `foo'.
FOO                 ; A symbol named `FOO', different from `foo'.
1+                  ; A symbol named `1+'
                                        ;   (not `+1', which is an integer).
\+1                 ; A symbol named `+1'
                                        ;   (not a very readable name).

END_QUOTED_SECTION



--- End Message ---
--- Begin Message --- Subject: Re: bug#13852: Emacs Lisp Reference Manual v 24.2.1 - Minor Correction to section 2.3.4 Date: Sat, 02 Mar 2013 21:10:08 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.3

Thanks.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]