From: Richard M. Stallman Date: Fri, 17 Apr 1998 03:21:24 +0000 (+0000) Subject: (ispell-word): In ispell-check-only mode, X-Git-Tag: emacs-20.3~1484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0de86efccd36ae80affc9711c87eb2dd7e25b5ea;p=emacs.git (ispell-word): In ispell-check-only mode, display a message for misspelled word. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 60cf46da30d..e8eaf568b11 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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