emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/search.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/search.texi
Date: Sun, 25 Sep 2005 19:57:10 -0400

Index: emacs/man/search.texi
diff -c emacs/man/search.texi:1.68 emacs/man/search.texi:1.69
*** emacs/man/search.texi:1.68  Sun Sep  4 01:31:14 2005
--- emacs/man/search.texi       Sun Sep 25 23:57:10 2005
***************
*** 464,472 ****
  defaults.  They also have separate search rings that you can access with
  @kbd{M-p} and @kbd{M-n}.
  
    If you type @key{SPC} in incremental regexp search, it matches any
! sequence of whitespace characters, including newlines.  If you want
! to match just a space, type @kbd{C-q @key{SPC}}.
  
    Note that adding characters to the regexp in an incremental regexp
  search can make the cursor move back and start again.  For example, if
--- 464,475 ----
  defaults.  They also have separate search rings that you can access with
  @kbd{M-p} and @kbd{M-n}.
  
+ @vindex search-whitespace-regexp
    If you type @key{SPC} in incremental regexp search, it matches any
! sequence of whitespace characters, including newlines.  If you want to
! match just a space, type @kbd{C-q @key{SPC}}.  You can control what a
! bare spece matches by setting the variable
! @code{search-whitespace-regexp} to the desired regexp.
  
    Note that adding characters to the regexp in an incremental regexp
  search can make the cursor move back and start again.  For example, if




reply via email to

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