diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/isearch.el | 4 |
1 files 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." | |||
| 156 | :type 'regexp | 156 | :type 'regexp |
| 157 | :group 'isearch) | 157 | :group 'isearch) |
| 158 | 158 | ||
| 159 | (defcustom search-highlight nil | 159 | (defcustom search-highlight t |
| 160 | "*Non-nil means incremental search highlights the current match." | 160 | "*Non-nil means incremental search highlights the current match." |
| 161 | :type 'boolean | 161 | :type 'boolean |
| 162 | :group 'isearch) | 162 | :group 'isearch) |
| 163 | 163 | ||
| 164 | (defvar search-invisible nil | 164 | (defvar search-invisible nil |
| 165 | "*Non-nil means incremental search can match text hidden by an overlay. | 165 | "*Non-nil means incremental search can match text hidden by an overlay. |
| 166 | \(This applies when using `noutline.el'.)") | 166 | \(This applies when using `outline.el'.)") |
| 167 | 167 | ||
| 168 | (defvar isearch-mode-hook nil | 168 | (defvar isearch-mode-hook nil |
| 169 | "Function(s) to call after starting up an incremental search.") | 169 | "Function(s) to call after starting up an incremental search.") |