diff options
author | Glenn Morris <rgm@gnu.org> | 2020-01-17 07:50:28 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-01-17 07:50:28 -0800 |
commit | d97a77c481ec913d8c3c24f2eecdc41a28243678 (patch) | |
tree | 2adcb280b6e179e6f93e12cfa6c073ceb2c89a41 /lisp/emacs-lisp/checkdoc.el | |
parent | 8c376493fcce89710cf3e0e92e6d5ab085a62623 (diff) | |
parent | 4df0c1c6c4627e83ba3b2a76ce618af6ef180a57 (diff) | |
download | emacs-d97a77c481ec913d8c3c24f2eecdc41a28243678.tar.gz emacs-d97a77c481ec913d8c3c24f2eecdc41a28243678.tar.bz2 emacs-d97a77c481ec913d8c3c24f2eecdc41a28243678.zip |
Merge from origin/emacs-27
4df0c1c6c4 (origin/emacs-27) ; * src/lread.c (force_new_style_backquo...
069741b2f7 ; * etc/NEWS: Mention latest changes in checkdoc. (Bug#38...
a785be29bf Fix wording and punctuation of a recent commit
0d3d3be35c Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/e...
5da372e17e ; Minor edit in anti.texi
# Conflicts:
# etc/NEWS
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index cbad6f05541..ccdddb47c35 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -2110,8 +2110,8 @@ nil." (unless ispell-process (condition-case nil (progn - (ispell-set-spellchecker-params) ; Initialize variables and dicts alists - (ispell-accept-buffer-local-defs) ; use the correct dictionary + (ispell-set-spellchecker-params) ; Initialize variables and dict alists. + (ispell-accept-buffer-local-defs) ; Use the correct dictionary. ;; This code copied in part from ispell.el Emacs 19.34 (dolist (w checkdoc-ispell-lisp-words) (process-send-string ispell-process (concat "@" w "\n")))) |