aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-04 02:27:16 +0000
committerRichard M. Stallman2005-01-04 02:27:16 +0000
commit1766dac37ff8d010c3dde112d9e3066ec54a268c (patch)
tree01f9401195d52983f59e41cd11640f53eada07ad /lisp/replace.el
parentc1bc6bb67e0e01fc17c672ed0f678077f890016e (diff)
downloademacs-1766dac37ff8d010c3dde112d9e3066ec54a268c.tar.gz
emacs-1766dac37ff8d010c3dde112d9e3066ec54a268c.zip
(query-replace-lazy-highlight): Doc fix.
These were installed in the previous revision: (replace-dehighlight): Use lazy-highlight-cleanup. (query-replace-highlight, query-replace-lazy-highlight) (query-replace): Definitions moved up.
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 8820a768006..33a30aa92d9 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1267,8 +1267,8 @@ passed in. If LITERAL is set, no checking is done, anyway."
1267 "*Controls the lazy-highlighting during query replacements. 1267 "*Controls the lazy-highlighting during query replacements.
1268When non-nil, all text in the buffer matching the current match 1268When non-nil, all text in the buffer matching the current match
1269is highlighted lazily using isearch lazy highlighting (see 1269is highlighted lazily using isearch lazy highlighting (see
1270`isearch-lazy-highlight-initial-delay' and 1270`lazy-highlight-initial-delay' and
1271`isearch-lazy-highlight-interval')." 1271`lazy-highlight-interval')."
1272 :type 'boolean 1272 :type 'boolean
1273 :group 'matching 1273 :group 'matching
1274 :version "21.4") 1274 :version "21.4")