projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9c82d
)
* src/lread.c (syms_of_lread): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Sat, 30 Nov 2019 09:31:45 +0000
(10:31 +0100)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sat, 30 Nov 2019 09:31:45 +0000
(10:31 +0100)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index e5a9c93c55ee1be2a8e0f854cc138a2a3ecf4ce4..7b3686b3d71af57607b7bcb38cb46c55bd77af6a 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-4900,8
+4900,8
@@
When `load' is run and the file-name argument matches an element's
REGEXP-OR-FEATURE, or when `provide' is run and provides the symbol
REGEXP-OR-FEATURE, the FUNCS in the element are called.
-An error in F
ORMS does not undo the load, but does prevent execution of
-the rest of the F
ORM
S. */);
+An error in F
UNCS does not undo the load, but does prevent calling
+the rest of the F
UNC
S. */);
Vafter_load_alist = Qnil;
DEFVAR_LISP ("load-history", Vload_history,