1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/textmodes/ispell.el (ispell-command-loop): Add newline

at the end of the "Use option `i'..." line.
This commit is contained in:
Juri Linkov 2011-08-25 22:54:07 +03:00
parent f1cf7a31ca
commit f65d1611ff
2 changed files with 6 additions and 1 deletions

View 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'

View 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))