diff options
| author | Richard M. Stallman | 2005-11-03 21:34:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-11-03 21:34:12 +0000 |
| commit | d27a3d1684b64c75fed1b458995ed248f908c8db (patch) | |
| tree | cc9256630fc0ea74c8842cdb1ffd5f59ef992e2a | |
| parent | 3c8404e66f25b531885c0b5f443f884c30b9bc4e (diff) | |
| download | emacs-d27a3d1684b64c75fed1b458995ed248f908c8db.tar.gz emacs-d27a3d1684b64c75fed1b458995ed248f908c8db.zip | |
(ispell-command-loop): Change `i' description not to assume it
pertains to an affix.
| -rw-r--r-- | lisp/textmodes/ispell.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index c2234ab8e14..99bcc621765 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1798,8 +1798,7 @@ Global `ispell-quit' set to start location to continue spell session." | |||
| 1798 | (setq line (1+ line)))) | 1798 | (setq line (1+ line)))) |
| 1799 | (insert (car guess) " ") | 1799 | (insert (car guess) " ") |
| 1800 | (setq guess (cdr guess))) | 1800 | (setq guess (cdr guess))) |
| 1801 | (insert "\nUse option `i' if this is a correct composition" | 1801 | (insert "\nUse option `i' to accept this spelling and put it in your private dictionary.") |
| 1802 | " from the derivative root.\n") | ||
| 1803 | (setq line (+ line (if choices 3 2))))) | 1802 | (setq line (+ line (if choices 3 2))))) |
| 1804 | (while (and choices | 1803 | (while (and choices |
| 1805 | (< (if (> (+ 7 (current-column) (length (car choices)) | 1804 | (< (if (> (+ 7 (current-column) (length (car choices)) |