emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105570: * lisp/textmodes/ispell.el (


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105570: * lisp/textmodes/ispell.el (ispell-command-loop): Add newline
Date: Thu, 25 Aug 2011 22:54:07 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105570
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Thu 2011-08-25 22:54:07 +0300
message:
  * lisp/textmodes/ispell.el (ispell-command-loop): Add newline
  at the end of the "Use option `i'..." line.
modified:
  lisp/ChangeLog
  lisp/textmodes/ispell.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-08-25 19:49:57 +0000
+++ b/lisp/ChangeLog    2011-08-25 19:54:07 +0000
@@ -1,5 +1,10 @@
 2011-08-25  Juri Linkov  <address@hidden>
 
+       * textmodes/ispell.el (ispell-command-loop): Add newline
+       at the end of the "Use option `i'..." line.
+
+2011-08-25  Juri Linkov  <address@hidden>
+
        * battery.el (display-battery-mode): If `battery-status-function'
        or `battery-mode-line-format' is nil, display the message and set
        `display-battery-mode' to nil (bug#9363).

=== modified file 'lisp/textmodes/ispell.el'
--- a/lisp/textmodes/ispell.el  2011-05-03 14:11:39 +0000
+++ b/lisp/textmodes/ispell.el  2011-08-25 19:54:07 +0000
@@ -1914,7 +1914,7 @@
                    (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]