(Symbol Type): Fix typo.

This commit is contained in:
Richard M. Stallman 2007-12-04 19:53:34 +00:00
parent 4cbb4eb739
commit a2afc99dba
2 changed files with 5 additions and 1 deletions

View 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.

View 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