]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/textmodes/ispell.el (ispell-command-loop): Add newline
authorJuri Linkov <juri@jurta.org>
Thu, 25 Aug 2011 19:54:07 +0000 (22:54 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 25 Aug 2011 19:54:07 +0000 (22:54 +0300)
at the end of the "Use option `i'..." line.

lisp/ChangeLog
lisp/textmodes/ispell.el

index 6ce18817f4f5766fa75653bc16cb3e886d9a6900..a98bdfd7709dee1547a85a14d19120692c305248 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-25  Juri Linkov  <juri@jurta.org>
+
+       * textmodes/ispell.el (ispell-command-loop): Add newline
+       at the end of the "Use option `i'..." line.
+
 2011-08-25  Juri Linkov  <juri@jurta.org>
 
        * battery.el (display-battery-mode): If `battery-status-function'
index c196218feec6cef7d5afa57358809bcb066c1b3a..5521cfd3de8d7fe8d0874c7d9226de865d0312d1 100644 (file)
@@ -1914,7 +1914,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' to accept this spelling and put it in your private dictionary.")
+           (insert "\nUse option `i' to accept this spelling and put it in your private dictionary.\n")
            (setq line (+ line (if choices 3 2)))))
       (while (and choices
                  (< (if (> (+ 7 (current-column) (length (car choices))