diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2019-11-30 10:31:45 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2019-11-30 10:31:45 +0100 |
commit | abd3dd3a467fd93ac66db1a13b31787d88a95d55 (patch) | |
tree | 7738605df56453cd70652ec9902182ac3d1b7ea5 /src/lread.c | |
parent | 3e9c82d99902230812c10e8d464f4908a8a6ea42 (diff) | |
download | emacs-abd3dd3a467fd93ac66db1a13b31787d88a95d55.tar.gz emacs-abd3dd3a467fd93ac66db1a13b31787d88a95d55.tar.bz2 emacs-abd3dd3a467fd93ac66db1a13b31787d88a95d55.zip |
* src/lread.c (syms_of_lread): Doc fix.
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 4 |
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 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 FORMS does not undo the load, but does prevent execution of -the rest of the FORMS. */); +An error in FUNCS does not undo the load, but does prevent calling +the rest of the FUNCS. */); Vafter_load_alist = Qnil; DEFVAR_LISP ("load-history", Vload_history, |