]> git.eshelyaron.com Git - emacs.git/commitdiff
(search-whitespace-regexp): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Sep 1997 23:33:10 +0000 (23:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Sep 1997 23:33:10 +0000 (23:33 +0000)
lisp/isearch.el

index c0196113bcdf03b385d35e49e5af6c484e967eb8..f5c495171f8dc3be3af53d7fb91086e90f8bb332 100644 (file)
@@ -152,6 +152,7 @@ string, and RET terminates editing and does a nonincremental search."
 
 (defcustom search-whitespace-regexp "\\s-+"
   "*If non-nil, regular expression to match a sequence of whitespace chars.
+This applies to regular expression incremental search.
 You might want to use something like \"[ \\t\\r\\n]+\" instead."
   :type 'regexp
   :group 'isearch)