emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/objects.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/objects.texi,v
Date: Thu, 06 Dec 2007 00:46:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/12/06 00:46:20

Index: doc/lispref/objects.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/objects.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- doc/lispref/objects.texi    26 Oct 2007 09:49:45 -0000      1.3
+++ doc/lispref/objects.texi    6 Dec 2007 00:46:18 -0000       1.4
@@ -525,7 +525,7 @@
 
   A @dfn{symbol} in GNU Emacs Lisp is an object with a name.  The
 symbol name serves as the printed representation of the symbol.  In
-ordinary Lisp use, with one single obarray (@pxref{Creating Symbols},
+ordinary Lisp use, with one single obarray (@pxref{Creating Symbols}),
 a symbol's name is unique---no two symbols have the same name.
 
   A symbol can serve as a variable, as a function name, or to hold a




reply via email to

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