aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-05-28 07:22:21 +0000
committerRichard M. Stallman <[email protected]>1994-05-28 07:22:21 +0000
commit5bca93aca7ee14c6c1b30625ca5f891bddab5faf (patch)
treea15eca3e654ede27d95f6f684171e943d616a590 /lisp
parentce0f965321da3a23da11890ca14e163af75855ca (diff)
(ispell-command-loop): Fix `q' question.
Diffstat (limited to 'lisp')
-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 73b58f68de..8818728938 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1004,7 +1004,7 @@ used."
(- (point) (length word))))
nil)
((= char ?q)
- (if (y-or-n-p "Really quit ignoring changes? ")
+ (if (y-or-n-p "Really kill Ispell process? ")
(progn
(ispell-kill-ispell t) ; terminate process.
(setq ispell-quit (or (not ispell-checking-message)