]> git.eshelyaron.com Git - emacs.git/commitdiff
(Repeated Loading): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 18 Jul 2009 02:22:20 +0000 (02:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 18 Jul 2009 02:22:20 +0000 (02:22 +0000)
doc/lispref/ChangeLog
doc/lispref/loading.texi

index 690a9aa35cde3c2face85c8d72a9ba433ecc9b04..2440f2809368c9e648cd50dd6fdfc82b6c60b096 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-18  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Repeated Loading): Fix typo.
+
 2009-07-15  Glenn Morris  <rgm@gnu.org>
 
        * edebug.texi: Minor re-phrasings throughout.
index f39efbac6a5a4d7abcedf97882a113670964834d..403a7404edff22b8b5ec33a3b7e30ed9fef79c26 100644 (file)
@@ -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