aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
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."
2227 (if current-input-method 2227 (if current-input-method
2228 ;; Input methods for RTL languages use RTL 2228 ;; Input methods for RTL languages use RTL
2229 ;; characters for their title, and that messes 2229 ;; characters for their title, and that messes
2230 ;; up the display of the prompt. 2230 ;; up the display of search text after the prompt.
2231 (bidi-string-mark-left-to-right 2231 (bidi-string-mark-left-to-right
2232 (concat " [" current-input-method-title "]: ")) 2232 (concat " [" current-input-method-title "]: "))
2233 ": ") 2233 ": ")