From: Glenn Morris Date: Sat, 18 Jul 2009 02:22:20 +0000 (+0000) Subject: (Repeated Loading): Fix typo. X-Git-Tag: emacs-23.1~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3f1ee8cc1532c7e4d2c517db14d3f5ace832645;p=emacs.git (Repeated Loading): Fix typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 690a9aa35cd..2440f280936 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2009-07-18 Glenn Morris + + * loading.texi (Repeated Loading): Fix typo. + 2009-07-15 Glenn Morris * edebug.texi: Minor re-phrasings throughout. diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index f39efbac6a5..403a7404edf 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -625,7 +625,7 @@ But this would add multiple elements if the library is reloaded. To avoid the problem, use @code{add-to-list} (@pxref{List Variables}): @example -(add-to-list '(leif-mode " Leif") minor-mode-alist) +(add-to-list 'minor-mode-alist '(leif-mode " Leif")) @end example Occasionally you will want to test explicitly whether a library has