diff options
| author | Štěpán Němec | 2020-03-01 18:50:14 +0100 |
|---|---|---|
| committer | Štěpán Němec | 2020-04-18 17:10:02 +0200 |
| commit | 067b0705986572e42687334c4eaf32988f22f680 (patch) | |
| tree | 70129d8ec8e109cb64f895e462298adf2c2636e8 /src/eval.c | |
| parent | f3b62b6c62c41d2e5d15418ea940bce6b11bdf7d (diff) | |
| download | emacs-067b0705986572e42687334c4eaf32988f22f680.tar.gz emacs-067b0705986572e42687334c4eaf32988f22f680.zip | |
; Fix some typos and doc issues (bug#40695)
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 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 | |||
| 1229 | single condition name; then it handles all of them. If the special | 1229 | single condition name; then it handles all of them. If the special |
| 1230 | condition name `debug' is present in this list, it allows another | 1230 | condition name `debug' is present in this list, it allows another |
| 1231 | condition in the list to run the debugger if `debug-on-error' and the | 1231 | condition in the list to run the debugger if `debug-on-error' and the |
| 1232 | other usual mechanisms says it should (otherwise, `condition-case' | 1232 | other usual mechanisms say it should (otherwise, `condition-case' |
| 1233 | suppresses the debugger). | 1233 | suppresses the debugger). |
| 1234 | 1234 | ||
| 1235 | When a handler handles an error, control returns to the `condition-case' | 1235 | When a handler handles an error, control returns to the `condition-case' |