aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/ispell.el1
1 files changed, 1 insertions, 0 deletions
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."
913 (funcall ispell-format-word poss)))) 913 (funcall ispell-format-word poss))))
914 ((null poss) (message "Error in ispell process")) 914 ((null poss) (message "Error in ispell process"))
915 (ispell-check-only ; called from ispell minor mode. 915 (ispell-check-only ; called from ispell minor mode.
916 (message "Misspelled word `%s'" word)
916 (beep)) 917 (beep))
917 (t ; prompt for correct word. 918 (t ; prompt for correct word.
918 (save-window-excursion 919 (save-window-excursion