From 30178dde79a3311bd61bf9ba4c41f6cdd7ea5706 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 30 May 1997 05:15:48 +0000 Subject: [PATCH] (search-highlight): Make it t by default. (search-invisible): Doc fix. --- lisp/isearch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.") -- 2.39.5