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: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/man/search.texi
Date: Wed, 24 Apr 2002 17:06:01 -0400

Index: emacs/man/search.texi
diff -c emacs/man/search.texi:1.31 emacs/man/search.texi:1.32
*** emacs/man/search.texi:1.31  Thu Mar 21 04:37:22 2002
--- emacs/man/search.texi       Wed Apr 24 17:06:01 2002
***************
*** 1035,1045 ****
    Here are some other commands that find matches for a regular
  expression.  They all ignore case in matching, if the pattern contains
  no upper-case letters and @code{case-fold-search} is address@hidden
! Aside from @code{occur}, all operate on the text from point to the end
! of the buffer, or on the active region in Transient Mark mode.
  
  @findex list-matching-lines
  @findex occur
  @findex how-many
  @findex delete-non-matching-lines
  @findex delete-matching-lines
--- 1035,1048 ----
    Here are some other commands that find matches for a regular
  expression.  They all ignore case in matching, if the pattern contains
  no upper-case letters and @code{case-fold-search} is address@hidden
! Aside from @code{occur} and its variants, all operate on the text from
! point to the end of the buffer, or on the active region in Transient
! Mark mode.
  
  @findex list-matching-lines
  @findex occur
+ @findex multi-occur
+ @findex multi-occur-by-filename-regexp
  @findex how-many
  @findex delete-non-matching-lines
  @findex delete-matching-lines
***************
*** 1063,1068 ****
--- 1066,1079 ----
  
  @item M-x list-matching-lines
  Synonym for @kbd{M-x occur}.
+ 
+ @item M-x multi-occur @key{RET} @var{buffers} @key{RET} @var{regexp} @key{RET}
+ This function is just like `occur', except it is able to search
+ through multiple buffers.
+ 
+ @item M-x multi-occur-by-filename-regexp @key{RET} @var{bufregexp} @key{RET} 
@var{regexp} @key{RET}
+ This function is similar to `multi-occur', except the buffers to
+ search are specified by a regexp on their filename.
  
  @item M-x how-many @key{RET} @var{regexp} @key{RET}
  Print the number of matches for @var{regexp} that exist in the buffer



reply via email to

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