From dd782f24e539366700a3cbe535d430f24a13052a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Dec 2011 12:37:53 +0200 Subject: [PATCH] Fix commentary for the last commit. --- lisp/isearch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 1bebaef8a03..01dff91a1ff 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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 "]: ")) ": ") -- 2.11.4.GIT