emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/searching.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/searching.texi [emacs-unicode-2]
Date: Wed, 08 Dec 2004 02:08:06 -0500

Index: emacs/lispref/searching.texi
diff -c emacs/lispref/searching.texi:1.44.2.6 
emacs/lispref/searching.texi:1.44.2.7
*** emacs/lispref/searching.texi:1.44.2.6       Thu Oct 14 08:49:57 2004
--- emacs/lispref/searching.texi        Wed Dec  8 05:02:11 2004
***************
*** 1001,1006 ****
--- 1001,1015 ----
  @end example
  @end defun
  
+ @defvar search-spaces-regexp
+ If this variable is address@hidden, 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 @address@hidden and @samp{*}, @samp{+}, @samp{?} are not
+ affected by @code{search-spaces-regexp}.
+ @end defvar
+ 
  @node POSIX Regexps
  @section POSIX Regular Expression Searching
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]