diff options
| author | Karl Heuer | 1995-04-14 17:59:59 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-04-14 17:59:59 +0000 |
| commit | 133bd29b683a4a1c6506eae18239d0b60c386771 (patch) | |
| tree | 9b0412e99c6f14a963861b9ae06bf3855ae3bd67 | |
| parent | e4360875a9d303033fed64d4582f5fe67f5425bb (diff) | |
| download | emacs-133bd29b683a4a1c6506eae18239d0b60c386771.tar.gz emacs-133bd29b683a4a1c6506eae18239d0b60c386771.zip | |
Comment fix.
| -rw-r--r-- | lisp/isearch.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 3dca2454b25..8e593d80d73 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 6 | 6 | ||
| 7 | ;; |$Date: 1995/03/23 02:25:55 $|$Revision: 1.86 $ | 7 | ;; |$Date: 1995/04/07 01:23:30 $|$Revision: 1.87 $ |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -137,9 +137,6 @@ string, and RET terminates editing and does a nonincremental search.") | |||
| 137 | "*If non-nil, regular expression to match a sequence of whitespace chars. | 137 | "*If non-nil, regular expression to match a sequence of whitespace chars. |
| 138 | You might want to use something like \"[ \\t\\r\\n]+\" instead.") | 138 | You might want to use something like \"[ \\t\\r\\n]+\" instead.") |
| 139 | 139 | ||
| 140 | ;; I removed the * from the doc string because highlighting is not | ||
| 141 | ;; currently a clean thing to do. Once highlighting is made clean, | ||
| 142 | ;; this feature can be re-enabled and advertised. | ||
| 143 | (defvar search-highlight nil | 140 | (defvar search-highlight nil |
| 144 | "*Non-nil means incremental search highlights the current match.") | 141 | "*Non-nil means incremental search highlights the current match.") |
| 145 | 142 | ||