mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; Delete not-useful comments referring to Emacs 19.
This commit is contained in:
parent
043ae1f53a
commit
b7d6ebff07
7 changed files with 7 additions and 13 deletions
|
|
@ -2232,7 +2232,6 @@ nil."
|
|||
(progn
|
||||
(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"))))
|
||||
(error (setq checkdoc-spellcheck-documentation-flag nil)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue