From fe83e8de20de9a2594047c4b1543a9bef958848b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Nov 2004 14:06:54 +0000 Subject: [PATCH] (Regexp Search): Rename that to search-spaces-regexp. --- lispref/searching.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispref/searching.texi b/lispref/searching.texi index 8eb48d3b009..23eab9fc928 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi @@ -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 -- 2.39.2