]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell-command-loop): Change `i' description not to assume it
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Nov 2005 21:34:12 +0000 (21:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Nov 2005 21:34:12 +0000 (21:34 +0000)
pertains to an affix.

lisp/textmodes/ispell.el

index c2234ab8e14e15e4dd1fd47b59ad015488d3c8b3..99bcc621765bb8a420d8eed56abc89f18b59db8f 100644 (file)
@@ -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))