]> code.delx.au - gnu-emacs/commitdiff
(ispell-word): In ispell-check-only mode,
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Apr 1998 03:21:24 +0000 (03:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Apr 1998 03:21:24 +0000 (03:21 +0000)
display a message for misspelled word.

lisp/textmodes/ispell.el

index 60cf46da30d006f03f2f79671f6f876419c30006..e8eaf568b11c4c3683aa77649f7040a794a161c1 100644 (file)
@@ -913,6 +913,7 @@ or \\[ispell-region] to update the Ispell process."
                          (funcall ispell-format-word poss))))
            ((null poss) (message "Error in ispell process"))
            (ispell-check-only          ; called from ispell minor mode.
+            (message "Misspelled word `%s'" word)
             (beep))
            (t                          ; prompt for correct word.
             (save-window-excursion