From: Juri Linkov Date: Thu, 25 Aug 2011 19:54:07 +0000 (+0300) Subject: * lisp/textmodes/ispell.el (ispell-command-loop): Add newline X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~68^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f65d1611ff6ec028625ab44bc4974e1a8945e2d5;p=emacs.git * lisp/textmodes/ispell.el (ispell-command-loop): Add newline at the end of the "Use option `i'..." line. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ce18817f4f..a98bdfd7709 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-08-25 Juri Linkov + + * textmodes/ispell.el (ispell-command-loop): Add newline + at the end of the "Use option `i'..." line. + 2011-08-25 Juri Linkov * battery.el (display-battery-mode): If `battery-status-function' diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index c196218feec..5521cfd3de8 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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))