(Repeated Loading): Fix typo.
This commit is contained in:
parent
6f3a268219
commit
9af167bc52
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue