]> git.eshelyaron.com Git - emacs.git/commitdiff
(search-highlight): Make it t by default.
authorRichard M. Stallman <rms@gnu.org>
Fri, 30 May 1997 05:15:48 +0000 (05:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 30 May 1997 05:15:48 +0000 (05:15 +0000)
(search-invisible): Doc fix.

lisp/isearch.el

index 6a4d1b82d58feac8a5276973c441ebc5aae489b7..a5005401170bc8dfaa66c5e37ce5bfbd067035e6 100644 (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.")