From: Karl Heuer Date: Fri, 14 Apr 1995 17:59:59 +0000 (+0000) Subject: Comment fix. X-Git-Tag: emacs-19.34~4415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=133bd29b683a4a1c6506eae18239d0b60c386771;p=emacs.git Comment fix. --- 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 @@ ;; Author: Daniel LaLiberte -;; |$Date: 1995/03/23 02:25:55 $|$Revision: 1.86 $ +;; |$Date: 1995/04/07 01:23:30 $|$Revision: 1.87 $ ;; This file is part of GNU Emacs. @@ -137,9 +137,6 @@ string, and RET terminates editing and does a nonincremental search.") "*If non-nil, regular expression to match a sequence of whitespace chars. You might want to use something like \"[ \\t\\r\\n]+\" instead.") -;; I removed the * from the doc string because highlighting is not -;; currently a clean thing to do. Once highlighting is made clean, -;; this feature can be re-enabled and advertised. (defvar search-highlight nil "*Non-nil means incremental search highlights the current match.")