From 0de86efccd36ae80affc9711c87eb2dd7e25b5ea Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 17 Apr 1998 03:21:24 +0000 Subject: [PATCH] (ispell-word): In ispell-check-only mode, display a message for misspelled word. --- lisp/textmodes/ispell.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2