# HG changeset patch # User Richard M. Stallman # Date 1196798008 0 # Node ID 2e5dc150d8fbeab8b65b9fc5a5b55bfb22078330 # Parent bb68325eec9b0bc879d63c874eabd9e119b5a1f3 (Symbol Type): Fix typo. diff -r bb68325eec9b -r 2e5dc150d8fb lispref/objects.texi --- a/lispref/objects.texi Tue Dec 04 15:43:26 2007 +0000 +++ b/lispref/objects.texi Tue Dec 04 19:53:28 2007 +0000 @@ -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