changeset 18037:354ae98947b5

(search-highlight): Make it t by default. (search-invisible): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 30 May 1997 05:15:48 +0000
parents d6297be18ba8
children 1a3d130e356b
files lisp/isearch.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.")