diff options
| author | Richard M. Stallman | 1994-05-28 07:22:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-28 07:22:21 +0000 |
| commit | 5bca93aca7ee14c6c1b30625ca5f891bddab5faf (patch) | |
| tree | a15eca3e654ede27d95f6f684171e943d616a590 | |
| parent | ce0f965321da3a23da11890ca14e163af75855ca (diff) | |
| download | emacs-5bca93aca7ee14c6c1b30625ca5f891bddab5faf.tar.gz emacs-5bca93aca7ee14c6c1b30625ca5f891bddab5faf.zip | |
(ispell-command-loop): Fix `q' question.
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
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) |