diff options
| author | Richard M. Stallman | 2005-01-04 02:27:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-04 02:27:16 +0000 |
| commit | 1766dac37ff8d010c3dde112d9e3066ec54a268c (patch) | |
| tree | 01f9401195d52983f59e41cd11640f53eada07ad /lisp/replace.el | |
| parent | c1bc6bb67e0e01fc17c672ed0f678077f890016e (diff) | |
| download | emacs-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.el | 4 |
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. |
| 1268 | When non-nil, all text in the buffer matching the current match | 1268 | When non-nil, all text in the buffer matching the current match |
| 1269 | is highlighted lazily using isearch lazy highlighting (see | 1269 | is 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") |