]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix commentary for the last commit.
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2011 10:37:53 +0000 (12:37 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2011 10:37:53 +0000 (12:37 +0200)
lisp/isearch.el

index 1bebaef8a03b262d8c11c9c0dbba555a6ca0e9f3..01dff91a1ffa69ef808ac83ada8b99dce7559f47 100644 (file)
@@ -2227,7 +2227,7 @@ If there is no completion possible, say so and continue searching."
                   (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 "]: "))
                     ": ")