# HG changeset patch # User Jim Blandy # Date 738473592 0 # Node ID 0042a01ff63af83184a4d05acd0775d5dbd628b2 # Parent 358923f49f1307caf6e911977d5f076f41a5f155 * isearch.el (isearch-forward): Remove the claim that isearch-whitespace-chars matches any string of whitespace. diff -r 358923f49f13 -r 0042a01ff63a lisp/isearch.el --- a/lisp/isearch.el Thu May 27 03:05:02 1993 +0000 +++ b/lisp/isearch.el Thu May 27 03:33:12 1993 +0000 @@ -4,7 +4,7 @@ ;; Author: Daniel LaLiberte -;; |$Date: 1993/05/18 15:46:30 $|$Revision: 1.35 $ +;; |$Date: 1993/05/19 04:44:42 $|$Revision: 1.36 $ ;; This file is not yet part of GNU Emacs, but it is based almost ;; entirely on isearch.el which is part of GNU Emacs. @@ -408,7 +408,6 @@ Type \\[isearch-yank-line] to yank rest of line onto end of search string\ and search for it. Type \\[isearch-quote-char] to quote control character to search for it. -Type \\[isearch-whitespace-chars] to match all whitespace chars in regexp. \\[isearch-abort] while searching or when search has failed cancels input\ back to what has been found successfully.