aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-05 23:33:10 +0000
committerRichard M. Stallman1997-09-05 23:33:10 +0000
commite2b992cbc6b14d92d7b2d0368b776facc2d74055 (patch)
tree4f7d6996331288dc8c2bbadb3d8b23ef873c6da3
parent77a619127dd6506ce4b0c93e8627bf2662919fb8 (diff)
downloademacs-e2b992cbc6b14d92d7b2d0368b776facc2d74055.tar.gz
emacs-e2b992cbc6b14d92d7b2d0368b776facc2d74055.zip
(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."
152 152
153(defcustom search-whitespace-regexp "\\s-+" 153(defcustom search-whitespace-regexp "\\s-+"
154 "*If non-nil, regular expression to match a sequence of whitespace chars. 154 "*If non-nil, regular expression to match a sequence of whitespace chars.
155This applies to regular expression incremental search.
155You might want to use something like \"[ \\t\\r\\n]+\" instead." 156You might want to use something like \"[ \\t\\r\\n]+\" instead."
156 :type 'regexp 157 :type 'regexp
157 :group 'isearch) 158 :group 'isearch)