From f65d1611ff6ec028625ab44bc4974e1a8945e2d5 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 25 Aug 2011 22:54:07 +0300 Subject: [PATCH] * lisp/textmodes/ispell.el (ispell-command-loop): Add newline at the end of the "Use option `i'..." line. --- lisp/ChangeLog | 5 +++++ lisp/textmodes/ispell.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) -- 2.39.2