at the end of the "Use option `i'..." line.
+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'
(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))