aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2011-12-02 12:37:53 +0200
committerEli Zaretskii <[email protected]>2011-12-02 12:37:53 +0200
commitdd782f24e539366700a3cbe535d430f24a13052a (patch)
tree77bffa7ff6cf6167cd17b0995c1ac44de139855a
parent66e0570cde6df61e4e1ec4ce54bac157770dc0b6 (diff)
Fix commentary for the last commit.
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 1bebaef8a0..01dff91a1f 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 "]: "))
": ")