From 5bca93aca7ee14c6c1b30625ca5f891bddab5faf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 28 May 1994 07:22:21 +0000 Subject: [PATCH] (ispell-command-loop): Fix `q' question. --- lisp/textmodes/ispell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (- (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) -- 2.39.5