changeset 19769:4c2159c165e5

(search-whitespace-regexp): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 05 Sep 1997 23:33:10 +0000
parents 8ccbf79d4294
children 0c2220809b12
files lisp/isearch.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Fri Sep 05 23:30:30 1997 +0000
+++ b/lisp/isearch.el	Fri Sep 05 23:33:10 1997 +0000
@@ -152,6 +152,7 @@
 
 (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)