emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/ispell.el
Date: Thu, 03 Nov 2005 16:34:14 -0500

Index: emacs/lisp/textmodes/ispell.el
diff -c emacs/lisp/textmodes/ispell.el:1.183 
emacs/lisp/textmodes/ispell.el:1.184
*** emacs/lisp/textmodes/ispell.el:1.183        Sun Oct 30 15:49:51 2005
--- emacs/lisp/textmodes/ispell.el      Thu Nov  3 21:34:12 2005
***************
*** 1798,1805 ****
                    (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")
            (setq line (+ line (if choices 3 2)))))
        (while (and choices
                  (< (if (> (+ 7 (current-column) (length (car choices))
--- 1798,1804 ----
                    (setq line (1+ line))))
              (insert (car guess) "    ")
              (setq guess (cdr guess)))
!           (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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]