# HG changeset patch # User Richard M. Stallman # Date 1131053652 0 # Node ID 212206034148bb2a802879c70e976dd368f2307e # Parent 344a573ab7a316d395ce9b58532d97f9713502db (ispell-command-loop): Change `i' description not to assume it pertains to an affix. diff -r 344a573ab7a3 -r 212206034148 lisp/textmodes/ispell.el --- 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))