aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/searching.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/lispref/searching.texi b/lispref/searching.texi
index ee6cb06b1e1..8eb48d3b009 100644
--- a/lispref/searching.texi
+++ b/lispref/searching.texi
@@ -1001,6 +1001,15 @@ comes back" twice.
1001@end example 1001@end example
1002@end defun 1002@end defun
1003 1003
1004@defvar search-whitespace-regexp
1005If this variable is non-@code{nil}, it should be a regular expression
1006that says how to search for whitespace. In that case, any group of
1007spaces within in a regular expression being searched for stands for
1008use of this regular expression. However, spaces inside of constructs
1009such as @samp{[@dots{}]} and @samp{*}, @samp{+}, @samp{?} are not
1010affected by @code{search-whitespace-regexp}.
1011@end defvar
1012
1004@node POSIX Regexps 1013@node POSIX Regexps
1005@section POSIX Regular Expression Searching 1014@section POSIX Regular Expression Searching
1006 1015