emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Juanma Barranquero
Subject: master abd3dd3: * src/lread.c (syms_of_lread): Doc fix.
Date: Sat, 30 Nov 2019 04:32:22 -0500 (EST)

branch: master
commit abd3dd3a467fd93ac66db1a13b31787d88a95d55
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    * src/lread.c (syms_of_lread): Doc fix.
---
 src/lread.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lread.c b/src/lread.c
index e5a9c93..7b3686b 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]