aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2019-11-30 10:31:45 +0100
committerJuanma Barranquero2019-11-30 10:31:45 +0100
commitabd3dd3a467fd93ac66db1a13b31787d88a95d55 (patch)
tree7738605df56453cd70652ec9902182ac3d1b7ea5 /src
parent3e9c82d99902230812c10e8d464f4908a8a6ea42 (diff)
downloademacs-abd3dd3a467fd93ac66db1a13b31787d88a95d55.tar.gz
emacs-abd3dd3a467fd93ac66db1a13b31787d88a95d55.zip
* src/lread.c (syms_of_lread): Doc fix.
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,