changeset 11443:188edd08d761

Comment fix.
author Karl Heuer <kwzh@gnu.org>
date Fri, 14 Apr 1995 17:59:59 +0000
parents 331db5628809
children 763c454b044e
files lisp/isearch.el
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Fri Apr 14 17:28:59 1995 +0000
+++ b/lisp/isearch.el	Fri Apr 14 17:59:59 1995 +0000
@@ -4,7 +4,7 @@
 
 ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
 
-;; |$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 @@
   "*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.")