aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorŠtěpán Němec2020-03-01 18:50:14 +0100
committerŠtěpán Němec2020-04-18 17:10:02 +0200
commit067b0705986572e42687334c4eaf32988f22f680 (patch)
tree70129d8ec8e109cb64f895e462298adf2c2636e8 /src
parentf3b62b6c62c41d2e5d15418ea940bce6b11bdf7d (diff)
downloademacs-067b0705986572e42687334c4eaf32988f22f680.tar.gz
emacs-067b0705986572e42687334c4eaf32988f22f680.zip
; Fix some typos and doc issues (bug#40695)
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
-rw-r--r--src/lread.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c
index 78a787c4ffd..014905ce6df 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1229,7 +1229,7 @@ The car of a handler may be a list of condition names instead of a
1229single condition name; then it handles all of them. If the special 1229single condition name; then it handles all of them. If the special
1230condition name `debug' is present in this list, it allows another 1230condition name `debug' is present in this list, it allows another
1231condition in the list to run the debugger if `debug-on-error' and the 1231condition in the list to run the debugger if `debug-on-error' and the
1232other usual mechanisms says it should (otherwise, `condition-case' 1232other usual mechanisms say it should (otherwise, `condition-case'
1233suppresses the debugger). 1233suppresses the debugger).
1234 1234
1235When a handler handles an error, control returns to the `condition-case' 1235When a handler handles an error, control returns to the `condition-case'
diff --git a/src/lread.c b/src/lread.c
index af7480a9769..f9a8cb3e1a0 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4919,7 +4919,7 @@ features required. Each entry has the form `(provide . FEATURE)',
4919`(defface . SYMBOL)', `(define-type . SYMBOL)', 4919`(defface . SYMBOL)', `(define-type . SYMBOL)',
4920`(cl-defmethod METHOD SPECIALIZERS)', or `(t . SYMBOL)'. 4920`(cl-defmethod METHOD SPECIALIZERS)', or `(t . SYMBOL)'.
4921Entries like `(t . SYMBOL)' may precede a `(defun . FUNCTION)' entry, 4921Entries like `(t . SYMBOL)' may precede a `(defun . FUNCTION)' entry,
4922and means that SYMBOL was an autoload before this file redefined it 4922and mean that SYMBOL was an autoload before this file redefined it
4923as a function. In addition, entries may also be single symbols, 4923as a function. In addition, entries may also be single symbols,
4924which means that symbol was defined by `defvar' or `defconst'. 4924which means that symbol was defined by `defvar' or `defconst'.
4925 4925