aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorMiles Bader2005-02-13 07:19:08 +0000
committerMiles Bader2005-02-13 07:19:08 +0000
commitdd75f82d04b1c7fb91fd3024021a3d7977154857 (patch)
tree456488f67c9de7fec805140f39993e1e3bebac8f /lisp/replace.el
parent3807ffd05dc6b10cef9066b4d3b49b24788313a9 (diff)
parent9b981cb6861358a05a241509d73f2b8ea25c64ce (diff)
downloademacs-dd75f82d04b1c7fb91fd3024021a3d7977154857.tar.gz
emacs-dd75f82d04b1c7fb91fd3024021a3d7977154857.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90 Update from CVS: man/calc.texi: Add macro for LaTeX for info output. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94 Update from CVS
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 82b2a993fdb..42480b656d6 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -62,7 +62,7 @@ strings or patterns."
62 "*Non-nil means `query-replace' and friends ignore read-only matches." 62 "*Non-nil means `query-replace' and friends ignore read-only matches."
63 :type 'boolean 63 :type 'boolean
64 :group 'matching 64 :group 'matching
65 :version "21.4") 65 :version "22.1")
66 66
67(defcustom query-replace-highlight t 67(defcustom query-replace-highlight t
68 "*Non-nil means to highlight matches during query replacement." 68 "*Non-nil means to highlight matches during query replacement."
@@ -77,13 +77,13 @@ is highlighted lazily using isearch lazy highlighting (see
77 :type 'boolean 77 :type 'boolean
78 :group 'lazy-highlight 78 :group 'lazy-highlight
79 :group 'matching 79 :group 'matching
80 :version "21.4") 80 :version "22.1")
81 81
82(defface query-replace 82(defface query-replace
83 '((t (:inherit isearch))) 83 '((t (:inherit isearch)))
84 "Face for highlighting query replacement matches." 84 "Face for highlighting query replacement matches."
85 :group 'matching 85 :group 'matching
86 :version "21.4") 86 :version "22.1")
87 87
88(defun query-replace-descr (string) 88(defun query-replace-descr (string)
89 (mapconcat 'isearch-text-char-description string "")) 89 (mapconcat 'isearch-text-char-description string ""))
@@ -789,7 +789,7 @@ Compatibility function for \\[next-error] invocations."
789 (t :background "gray")) 789 (t :background "gray"))
790 "Face used to highlight matches permanently." 790 "Face used to highlight matches permanently."
791 :group 'matching 791 :group 'matching
792 :version "21.4") 792 :version "22.1")
793 793
794(defcustom list-matching-lines-default-context-lines 0 794(defcustom list-matching-lines-default-context-lines 0
795 "*Default number of context lines included around `list-matching-lines' matches. 795 "*Default number of context lines included around `list-matching-lines' matches.