From a2afc99dbad3fa9a3170ad72c578451c3aea58a4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Dec 2007 19:53:34 +0000 Subject: [PATCH] (Symbol Type): Fix typo. --- lispref/ChangeLog | 4 ++++ lispref/objects.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2