emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106577: Fix commentary for the last


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106577: Fix commentary for the last commit.
Date: Fri, 02 Dec 2011 12:37:53 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106577
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2011-12-02 12:37:53 +0200
message:
  Fix commentary for the last commit.
modified:
  lisp/isearch.el
=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el   2011-12-02 10:35:17 +0000
+++ b/lisp/isearch.el   2011-12-02 10:37:53 +0000
@@ -2227,7 +2227,7 @@
                   (if current-input-method
                       ;; Input methods for RTL languages use RTL
                       ;; characters for their title, and that messes
-                      ;; up the display of the prompt.
+                      ;; up the display of search text after the prompt.
                       (bidi-string-mark-left-to-right
                        (concat " [" current-input-method-title "]: "))
                     ": ")


reply via email to

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