Mercurial > emacs
changeset 7720:0e0ef6c1e53a
(ispell-command-loop): Fix `q' question.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 May 1994 07:22:21 +0000 |
parents | 393744d00ab9 |
children | b04897534717 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Sat May 28 04:56:32 1994 +0000 +++ b/lisp/textmodes/ispell.el Sat May 28 07:22:21 1994 +0000 @@ -1004,7 +1004,7 @@ (- (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)