]> git.eshelyaron.com Git - emacs.git/commitdiff
(Regexp Search): Rename that to search-spaces-regexp.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 14:06:54 +0000 (14:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 14:06:54 +0000 (14:06 +0000)
lispref/searching.texi

index 8eb48d3b0094d16e7747a2c3779b52e001976d71..23eab9fc928c0e89bd877447aa6b875675665d2e 100644 (file)
@@ -1001,13 +1001,13 @@ comes back" twice.
 @end example
 @end defun
 
-@defvar search-whitespace-regexp
+@defvar search-spaces-regexp
 If this variable is non-@code{nil}, it should be a regular expression
 that says how to search for whitespace.  In that case, any group of
 spaces within in a regular expression being searched for stands for
 use of this regular expression.  However, spaces inside of constructs
 such as @samp{[@dots{}]} and @samp{*}, @samp{+}, @samp{?} are not
-affected by @code{search-whitespace-regexp}.
+affected by @code{search-spaces-regexp}.
 @end defvar
 
 @node POSIX Regexps