From e12c8a51ccee5cd2cc89ae503d2ce5a085b05566 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 27 Jun 2021 22:04:17 +0100 Subject: [PATCH 1/3] * lisp/textmodes/ispell.el (ispell-word): Remove a redundant comment Remove a comment of purely historical interest. (It reads like a commit message, not a comment.) --- lisp/textmodes/ispell.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 4dbc7640bc..e3c1e61772 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1911,8 +1911,6 @@ ispell-word end (car (cdr (cdr word))) word (car word)) - ;; At this point it used to ignore 2-letter words. - ;; But that is silly; if the user asks for it, we should do it. - rms. (or quietly (message "Checking spelling of %s..." (funcall ispell-format-word-function word))) -- 2.25.1