Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9af167bc
Commit
9af167bc
authored
Jul 18, 2009
by
Glenn Morris
Browse files
(Repeated Loading): Fix typo.
parent
6f3a2682
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/loading.texi
doc/lispref/loading.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
9af167bc
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
...
...
doc/lispref/loading.texi
View file @
9af167bc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment