From: Richard M. Stallman Date: Tue, 4 Dec 2007 19:53:34 +0000 (+0000) Subject: (Symbol Type): Fix typo. X-Git-Tag: emacs-pretest-22.1.90~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2afc99dbad3fa9a3170ad72c578451c3aea58a4;p=emacs.git (Symbol Type): Fix typo. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f91fe915d0f..a00eb3e65de 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-12-04 Richard Stallman + + * objects.texi (Symbol Type): Fix typo. + 2007-12-03 Richard Stallman * 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. 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