Mercurial > emacs
changeset 66667:212206034148
(ispell-command-loop): Change `i' description not to assume it
pertains to an affix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 03 Nov 2005 21:34:12 +0000 |
parents | 344a573ab7a3 |
children | 857eb702a3f1 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Thu Nov 03 21:33:22 2005 +0000 +++ b/lisp/textmodes/ispell.el Thu Nov 03 21:34:12 2005 +0000 @@ -1798,8 +1798,7 @@ (setq line (1+ line)))) (insert (car guess) " ") (setq guess (cdr guess))) - (insert "\nUse option `i' if this is a correct composition" - " from the derivative root.\n") + (insert "\nUse option `i' to accept this spelling and put it in your private dictionary.") (setq line (+ line (if choices 3 2))))) (while (and choices (< (if (> (+ 7 (current-column) (length (car choices))