aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/ispell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 73b58f68de5..88187289386 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1004,7 +1004,7 @@ used."
1004 (- (point) (length word)))) 1004 (- (point) (length word))))
1005 nil) 1005 nil)
1006 ((= char ?q) 1006 ((= char ?q)
1007 (if (y-or-n-p "Really quit ignoring changes? ") 1007 (if (y-or-n-p "Really kill Ispell process? ")
1008 (progn 1008 (progn
1009 (ispell-kill-ispell t) ; terminate process. 1009 (ispell-kill-ispell t) ; terminate process.
1010 (setq ispell-quit (or (not ispell-checking-message) 1010 (setq ispell-quit (or (not ispell-checking-message)