From: Richard M. Stallman Date: Thu, 3 Nov 2005 21:34:12 +0000 (+0000) Subject: (ispell-command-loop): Change `i' description not to assume it X-Git-Tag: emacs-pretest-22.0.90~6088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d27a3d1684b64c75fed1b458995ed248f908c8db;p=emacs.git (ispell-command-loop): Change `i' description not to assume it pertains to an affix. --- 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." (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))