aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-12-04 19:53:34 +0000
committerRichard M. Stallman2007-12-04 19:53:34 +0000
commita2afc99dbad3fa9a3170ad72c578451c3aea58a4 (patch)
tree013179f299a194aefd9b94d3023588fa79d8bad5
parent4cbb4eb7390c14cd2c99bf66d56eb4130dfde865 (diff)
downloademacs-a2afc99dbad3fa9a3170ad72c578451c3aea58a4.tar.gz
emacs-a2afc99dbad3fa9a3170ad72c578451c3aea58a4.zip
(Symbol Type): Fix typo.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/objects.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index f91fe915d0f..a00eb3e65de 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-12-04 Richard Stallman <rms@gnu.org>
2
3 * objects.texi (Symbol Type): Fix typo.
4
12007-12-03 Richard Stallman <rms@gnu.org> 52007-12-03 Richard Stallman <rms@gnu.org>
2 6
3 * hooks.texi (Standard Hooks): Add link to Hooks for Loading. 7 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
diff --git a/lispref/objects.texi b/lispref/objects.texi
index e75cde70202..7061f202037 100644
--- a/lispref/objects.texi
+++ b/lispref/objects.texi
@@ -525,7 +525,7 @@ bit values are 2**22 for alt, 2**23 for super and 2**24 for hyper.
525 525
526 A @dfn{symbol} in GNU Emacs Lisp is an object with a name. The 526 A @dfn{symbol} in GNU Emacs Lisp is an object with a name. The
527symbol name serves as the printed representation of the symbol. In 527symbol name serves as the printed representation of the symbol. In
528ordinary Lisp use, with one single obarray (@pxref{Creating Symbols}, 528ordinary Lisp use, with one single obarray (@pxref{Creating Symbols}),
529a symbol's name is unique---no two symbols have the same name. 529a symbol's name is unique---no two symbols have the same name.
530 530
531 A symbol can serve as a variable, as a function name, or to hold a 531 A symbol can serve as a variable, as a function name, or to hold a