diff options
| -rw-r--r-- | lispref/searching.texi | 9 |
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 | ||
| 1005 | If this variable is non-@code{nil}, it should be a regular expression | ||
| 1006 | that says how to search for whitespace. In that case, any group of | ||
| 1007 | spaces within in a regular expression being searched for stands for | ||
| 1008 | use of this regular expression. However, spaces inside of constructs | ||
| 1009 | such as @samp{[@dots{}]} and @samp{*}, @samp{+}, @samp{?} are not | ||
| 1010 | affected 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 | ||