From: Richard M. Stallman Date: Fri, 30 May 1997 05:15:48 +0000 (+0000) Subject: (search-highlight): Make it t by default. X-Git-Tag: emacs-20.1~1909 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30178dde79a3311bd61bf9ba4c41f6cdd7ea5706;p=emacs.git (search-highlight): Make it t by default. (search-invisible): Doc fix. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 6a4d1b82d58..a5005401170 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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.")