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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/search.texi [emacs-unicode-2]
Date: Sat, 04 Sep 2004 05:36:25 -0400

Index: emacs/man/search.texi
diff -c emacs/man/search.texi:1.39.2.7 emacs/man/search.texi:1.39.2.8
*** emacs/man/search.texi:1.39.2.7      Fri Aug 27 07:00:31 2004
--- emacs/man/search.texi       Sat Sep  4 09:14:27 2004
***************
*** 215,224 ****
  there.  In Transient Mark mode, incremental search sets the mark without
  activating it, and does so only if the mark is not already active.
  
!   @kbd{M-%} or @kbd{C-M-%} exits the incremental search and starts an
! interactive command @code{query-replace} or @code{query-replace-regexp}
! with the last search string inserted in the minibuffer as initial input
! for the string to replace.
  
  @cindex lazy search highlighting
  @vindex isearch-lazy-highlight
--- 215,223 ----
  there.  In Transient Mark mode, incremental search sets the mark without
  activating it, and does so only if the mark is not already active.
  
!   @kbd{M-%} typed in incremental search invokes @code{query-replace}
! or @code{query-replace-regexp} (depending on search mode) with the
! current search string used as the string to replace.
  
  @cindex lazy search highlighting
  @vindex isearch-lazy-highlight
***************
*** 1080,1086 ****
  point where the @samp{\?} was.  For example,
  
  @example
! M-x replace-regexp @key{RET} address@hidden @key{RET}
  \&address@hidden:address@hidden @key{RET}
  @end example
  
--- 1079,1085 ----
  point where the @samp{\?} was.  For example,
  
  @example
! M-x replace-regexp @key{RET} address@hidden @key{RET}
  \&address@hidden:address@hidden @key{RET}
  @end example
  
***************
*** 1286,1291 ****
--- 1285,1293 ----
  @kbd{o} and @kbd{C-o} display the match in another window; @kbd{C-o}
  does not select it.
  
+ Occur mode supports the @code{next-error} functionality described in
+ in @ref{Compilation Mode}.
+ 
  @item M-x list-matching-lines
  Synonym for @kbd{M-x occur}.
  




reply via email to

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