(Repeated Loading): Fix typo.

This commit is contained in:
Glenn Morris 2009-07-18 02:22:57 +00:00
parent 6f3a268219
commit 9af167bc52
2 changed files with 5 additions and 1 deletions

View file

@ -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

View 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