changeset 21591:231db957ece0

(ispell-word): In ispell-check-only mode, display a message for misspelled word.
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Apr 1998 03:21:24 +0000
parents ef61a9126a73
children 47b8415a9976
files lisp/textmodes/ispell.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el	Fri Apr 17 02:00:04 1998 +0000
+++ b/lisp/textmodes/ispell.el	Fri Apr 17 03:21:24 1998 +0000
@@ -913,6 +913,7 @@
 			  (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