diff options
author | Štěpán Němec <stepnem@gmail.com> | 2020-03-01 18:50:14 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2020-04-18 17:10:02 +0200 |
commit | 067b0705986572e42687334c4eaf32988f22f680 (patch) | |
tree | 70129d8ec8e109cb64f895e462298adf2c2636e8 /ChangeLog.3 | |
parent | f3b62b6c62c41d2e5d15418ea940bce6b11bdf7d (diff) | |
download | emacs-067b0705986572e42687334c4eaf32988f22f680.tar.gz emacs-067b0705986572e42687334c4eaf32988f22f680.tar.bz2 emacs-067b0705986572e42687334c4eaf32988f22f680.zip |
; Fix some typos and doc issues (bug#40695)
Diffstat (limited to 'ChangeLog.3')
-rw-r--r-- | ChangeLog.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index c5bc7b3120d..7f6000fc556 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -11660,7 +11660,7 @@ Mention the Emacs exit code in batch mode * doc/lispref/os.texi (Batch Mode): Mention what the exit code is - if an error is signalled (bug#31552). + if an error is signaled (bug#31552). 2019-10-12 Kaushal Modi <kaushal.modi@gmail.com> @@ -15059,7 +15059,7 @@ * lisp/image/exif.el (exif-parse-buffer): New function. (exif-orientation): Ditto. - (exif-error): New error symbol, and adjust all error signalling to + (exif-error): New error symbol, and adjust all error signaling to only use that signal. 2019-09-22 Andreas Schwab <schwab@linux-m68k.org> @@ -25100,7 +25100,7 @@ * lisp/json.el (json-read): Try to clarify what's returned (bug#34242). (json-encode): Refer to `json-read' about what the input is and - say what error is signalled. + say what error is signaled. 2019-07-09 Lars Ingebrigtsen <larsi@gnus.org> @@ -26971,7 +26971,7 @@ help-C-file-name shouldn't error out if we can't find the name * lisp/help-fns.el (help-C-file-name): Make help-C-file-name - return nil instead of signalling an error if we can't find the + return nil instead of signaling an error if we can't find the file name (bug#17250). 2019-06-26 Stefan Monnier <monnier@iro.umontreal.ca> @@ -34107,7 +34107,7 @@ Remove unused internal function completion-pcm--optimize-pattern * lisp/minibuffer.el (completion-pcm--optimize-pattern): Remove - unused internal function (that signalled a compilation warning). + unused internal function (that signaled a compilation warning). 2019-05-16 Stefan Monnier <monnier@iro.umontreal.ca> @@ -40134,10 +40134,10 @@ 2019-03-30 Mattias Engdegård <mattiase@acm.org> - Release regexp before signalling overflow error + Release regexp before signaling overflow error * src/search.c (looking_at_1, search_buffer_re): Unfreeze the regexp - buffer before signalling a matcher overflow, since the error + buffer before signaling a matcher overflow, since the error processing may require quite some regexp use as well (Bug#34910). 2019-03-30 Mattias Engdegård <mattiase@acm.org> @@ -88604,7 +88604,7 @@ Tweak Fdocumentation's error for an undefined function * src/doc.c (Fdocumentation): Restore the pre-25 behavior - of signalling a void-function error for an undefined function. + of signaling a void-function error for an undefined function. This seems cleaner than Emacs 25's "invalid-function: nil" error, which was (probably) an unintended consequence of changes to Findirect_function. |