diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 13:06:55 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 13:06:55 +0100 |
commit | f7ee6609ae3b9cbafd48c89bad160b4e17f5b386 (patch) | |
tree | 21e44cafeff132a40994442fba2747e359c3965f /src/eval.c | |
parent | eeab7b5cada942d973ce3c565069add6b7880261 (diff) | |
download | emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.gz emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.bz2 emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.zip |
; Fix typos (prefer US spelling)
Diffstat (limited to 'src/eval.c')
-rw-r--r-- | src/eval.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c index 78e606267f6..7327d681f9a 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1329,7 +1329,7 @@ Then the value of the last BODY form is returned from the `condition-case' expression. The special handler (:success BODY...) is invoked if BODYFORM terminated -without signalling an error. BODY is then evaluated with VAR bound to +without signaling an error. BODY is then evaluated with VAR bound to the value returned by BODYFORM. See also the function `signal' for more info. @@ -1809,7 +1809,7 @@ signal_or_quit (Lisp_Object error_symbol, Lisp_Object data, bool keyboard_quit) unbind_to (count, Qnil); } - /* If an error is signalled during a Lisp hook in redisplay, write a + /* If an error is signaled during a Lisp hook in redisplay, write a backtrace into the buffer *Redisplay-trace*. */ if (!debugger_called && !NILP (error_symbol) && backtrace_on_redisplay_error |