# HG changeset patch # User Karl Heuer # Date 797882399 0 # Node ID 188edd08d761a11c5b5a8e5bdc0e5c495e8980f3 # Parent 331db56288097a9efc590a5470448935bf328884 Comment fix. diff -r 331db5628809 -r 188edd08d761 lisp/isearch.el --- 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 -;; |$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.")