1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(search-highlight): Make it t by default.

(search-invisible): Doc fix.
This commit is contained in:
Richard M. Stallman 1997-05-30 05:15:48 +00:00
parent 67f41c5d96
commit 30178dde79

View File

@ -156,14 +156,14 @@ You might want to use something like \"[ \\t\\r\\n]+\" instead."
:type 'regexp
:group 'isearch)
(defcustom search-highlight nil
(defcustom search-highlight t
"*Non-nil means incremental search highlights the current match."
:type 'boolean
:group 'isearch)
(defvar search-invisible nil
"*Non-nil means incremental search can match text hidden by an overlay.
\(This applies when using `noutline.el'.)")
\(This applies when using `outline.el'.)")
(defvar isearch-mode-hook nil
"Function(s) to call after starting up an incremental search.")