aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorK. Handa2015-09-27 17:06:12 +0900
committerK. Handa2015-09-27 17:06:12 +0900
commit52beda922d2cb523a03661bf74b8678c8b45e440 (patch)
tree04617b37298746a61d5324a5b35c9b71f439d762 /lisp/replace.el
parent94ed5167557112fb00eeca05e62589db744206de (diff)
parent1ac5a9c20cb22efb398fa18781c6b932dd4e54df (diff)
downloademacs-52beda922d2cb523a03661bf74b8678c8b45e440.tar.gz
emacs-52beda922d2cb523a03661bf74b8678c8b45e440.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 37e97e2c215..d84f3a24f61 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1,4 +1,4 @@
1;;; replace.el --- replace commands for Emacs 1;;; replace.el --- replace commands for Emacs -*- coding: utf-8 -*-
2 2
3;; Copyright (C) 1985-1987, 1992, 1994, 1996-1997, 2000-2015 Free 3;; Copyright (C) 1985-1987, 1992, 1994, 1996-1997, 2000-2015 Free
4;; Software Foundation, Inc. 4;; Software Foundation, Inc.
@@ -76,7 +76,7 @@ to the minibuffer that reads the string to replace, or invoke replacements
76from Isearch by using a key sequence like `C-s C-s M-%'." "24.3") 76from Isearch by using a key sequence like `C-s C-s M-%'." "24.3")
77 77
78(defcustom query-replace-from-to-separator 78(defcustom query-replace-from-to-separator
79 (propertize (if (char-displayable-p ?\u2192) " \u2192 " " -> ") 79 (propertize (if (char-displayable-p ?) " " " -> ")
80 'face 'minibuffer-prompt) 80 'face 'minibuffer-prompt)
81 "String that separates FROM and TO in the history of replacement pairs." 81 "String that separates FROM and TO in the history of replacement pairs."
82 ;; Avoids error when attempt to autoload char-displayable-p fails 82 ;; Avoids error when attempt to autoload char-displayable-p fails