From 9af167bc523bb5cdb6242e92f8735035acc22cb6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 18 Jul 2009 02:22:57 +0000 Subject: [PATCH] (Repeated Loading): Fix typo. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/loading.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2