summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-05 23:33:10 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-05 23:33:10 +0000
commit2ca3a3987b7ece3fce93875ce80e355347816579 (patch)
tree6c6ca58aa47e30ff90ba4b92dde3645282248822
parent17c6bbb654ef9a0b71e50e4e28a70d6a13e8c265 (diff)
downloademacs-2ca3a3987b7ece3fce93875ce80e355347816579.tar.gz
(search-whitespace-regexp): Doc fix.
-rw-r--r--lisp/isearch.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index c0196113bcd..f5c495171f8 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -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)