Fix wording and punctuation of a recent commit
* lisp/textmodes/ispell.el (ispell-correct-p): Doc fix. * lisp/emacs-lisp/checkdoc.el (checkdoc-ispell-init): Fix capitalization and punctuation of comments.
This commit is contained in:
parent
0d3d3be35c
commit
a785be29bf
2 changed files with 5 additions and 5 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue