Mercurial > emacs
changeset 103951:fcd80b58a694
(Repeated Loading): Fix typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 18 Jul 2009 02:22:57 +0000 |
parents | 6d93a06037ee |
children | c59b9da550fc |
files | doc/lispref/ChangeLog doc/lispref/loading.texi |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Fri Jul 17 23:27:28 2009 +0000 +++ b/doc/lispref/ChangeLog Sat Jul 18 02:22:57 2009 +0000 @@ -1,3 +1,7 @@ +2009-07-18 Glenn Morris <rgm@gnu.org> + + * loading.texi (Repeated Loading): Fix typo. + 2009-07-16 Richard Stallman <rms@gnu.org> * buffers.texi (Swapping Text): Recommend setting
--- a/doc/lispref/loading.texi Fri Jul 17 23:27:28 2009 +0000 +++ b/doc/lispref/loading.texi Sat Jul 18 02:22:57 2009 +0000 @@ -625,7 +625,7 @@ 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