diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-10 20:04:36 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-10 20:05:49 -0800 |
commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /ChangeLog.3 | |
parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.bz2 emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip |
; Spelling fixes
Diffstat (limited to 'ChangeLog.3')
-rw-r--r-- | ChangeLog.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 43c7e23f485..27df42cec4d 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -16432,7 +16432,7 @@ Loading flymake-elisp.el doesn't setup flymake-mode to turn on automatically, but it affects emacs-lisp-mode-hook so that flymake-diagnostic-functions is setup with a suitable buffer-local - value. The variable flymake-diagnostic-funtions in every live + value. The variable flymake-diagnostic-functions in every live emacs-lisp-mode buffer is also adjusted. * lisp/progmodes/flymake.el (top): Require flymake-elisp. @@ -66449,8 +66449,8 @@ (verilog-modi-cache-results, verilog-save-buffer-state) (verilog-save-font-no-change-functions): When internally suppressing change functions, use `inhibit-modification-hooks' and call - `after-change-funtions' to more nicely work with user hooks. Reported by - Stefan Monnier. + `after-change-functions' to more nicely work with user hooks. + Reported by Stefan Monnier. (verilog-auto, verilog-delete-auto, verilog-delete-auto-buffer): Create `verilog-delete-auto-buffer' to avoid double-calling |