diff options
Diffstat (limited to 'src')
| -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 | |||
| 4900 | REGEXP-OR-FEATURE, or when `provide' is run and provides the symbol | 4900 | REGEXP-OR-FEATURE, or when `provide' is run and provides the symbol |
| 4901 | REGEXP-OR-FEATURE, the FUNCS in the element are called. | 4901 | REGEXP-OR-FEATURE, the FUNCS in the element are called. |
| 4902 | 4902 | ||
| 4903 | An error in FORMS does not undo the load, but does prevent execution of | 4903 | An error in FUNCS does not undo the load, but does prevent calling |
| 4904 | the rest of the FORMS. */); | 4904 | the 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, |