* src/lread.c (syms_of_lread): Doc fix.

This commit is contained in:
Juanma Barranquero 2019-11-30 10:31:45 +01:00
parent 3e9c82d999
commit abd3dd3a46

View file

@ -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,