# HG changeset patch # User Richard M. Stallman # Date 1100959614 0 # Node ID e497e4d0b6654243ca081b9817378c97954bccfb # Parent 623ffd21f0ffaaa5b65b2a0f4da5c13779c8458a (Regexp Search): Rename that to search-spaces-regexp. diff -r 623ffd21f0ff -r e497e4d0b665 lispref/searching.texi --- a/lispref/searching.texi Sat Nov 20 14:04:16 2004 +0000 +++ b/lispref/searching.texi Sat Nov 20 14:06:54 2004 +0000 @@ -1001,13 +1001,13 @@ @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