]> git.eshelyaron.com Git - emacs.git/commitdiff
(Symbol Type): Fix typo.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Dec 2007 19:53:34 +0000 (19:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Dec 2007 19:53:34 +0000 (19:53 +0000)
lispref/ChangeLog
lispref/objects.texi

index f91fe915d0f977de3e98df18f0387fcd4b4d3043..a00eb3e65de5fa3f80be01680878b1abbc05b259 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-04  Richard Stallman  <rms@gnu.org>
+
+       * objects.texi (Symbol Type): Fix typo.
+
 2007-12-03  Richard Stallman  <rms@gnu.org>
 
        * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
index e75cde7020265e77690eb1ad3681dde664bc1b74..7061f202037dee12be229c97c867e8032695486d 100644 (file)
@@ -525,7 +525,7 @@ bit values are 2**22 for alt, 2**23 for super and 2**24 for hyper.
 
   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