# HG changeset patch # User Richard M. Stallman # Date 864969348 0 # Node ID 354ae98947b53e26cb67b4c83fdebfc996c76e05 # Parent d6297be18ba85fc5a1eadb9a2b00417bf1bccf0f (search-highlight): Make it t by default. (search-invisible): Doc fix. diff -r d6297be18ba8 -r 354ae98947b5 lisp/isearch.el --- a/lisp/isearch.el Fri May 30 05:13:47 1997 +0000 +++ b/lisp/isearch.el Fri May 30 05:15:48 1997 +0000 @@ -156,14 +156,14 @@ :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.")