aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c
index e5a9c93c55e..7b3686b3d71 100644
--- 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
4900REGEXP-OR-FEATURE, or when `provide' is run and provides the symbol 4900REGEXP-OR-FEATURE, or when `provide' is run and provides the symbol
4901REGEXP-OR-FEATURE, the FUNCS in the element are called. 4901REGEXP-OR-FEATURE, the FUNCS in the element are called.
4902 4902
4903An error in FORMS does not undo the load, but does prevent execution of 4903An error in FUNCS does not undo the load, but does prevent calling
4904the rest of the FORMS. */); 4904the rest of the FUNCS. */);
4905 Vafter_load_alist = Qnil; 4905 Vafter_load_alist = Qnil;
4906 4906
4907 DEFVAR_LISP ("load-history", Vload_history, 4907 DEFVAR_LISP ("load-history", Vload_history,