all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13852: Emacs Lisp Reference Manual v 24.2.1 - Minor Correction to section 2.3.4
@ 2013-03-02  2:52 Carlos
  2013-03-03  2:10 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos @ 2013-03-02  2:52 UTC (permalink / raw
  To: 13852

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#13852: Emacs Lisp Reference Manual v 24.2.1 - Minor Correction to section 2.3.4
  2013-03-02  2:52 bug#13852: Emacs Lisp Reference Manual v 24.2.1 - Minor Correction to section 2.3.4 Carlos
@ 2013-03-03  2:10 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2013-03-03  2:10 UTC (permalink / raw
  To: 13852-done

Version: 24.3

Thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-03  2:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-02  2:52 bug#13852: Emacs Lisp Reference Manual v 24.2.1 - Minor Correction to section 2.3.4 Carlos
2013-03-03  2:10 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.