summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-08-19 17:59:13 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-08-19 18:05:51 +0200
commitb7d6ebff078cece09c3e7a84c34ea4fe65e65917 (patch)
tree09ed183b5971a2bf2c5d8b432c273d476ee5bd18 /lisp/emacs-lisp/checkdoc.el
parent043ae1f53a29d69f2573356715861ec54d626b56 (diff)
downloademacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.gz
emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.bz2
emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.zip
; Delete not-useful comments referring to Emacs 19.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r--lisp/emacs-lisp/checkdoc.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 04ead562f2f..a5ab3a50ff2 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -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)))))