From: Glenn Morris Date: Sat, 18 Jul 2009 02:22:57 +0000 (+0000) Subject: (Repeated Loading): Fix typo. X-Git-Tag: emacs-pretest-23.1.90~2129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9af167bc523bb5cdb6242e92f8735035acc22cb6;p=emacs.git (Repeated Loading): Fix typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7f6bca51300..856533ee45b 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-16 Richard Stallman * buffers.texi (Swapping Text): Recommend setting 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