]> code.delx.au - gnu-emacs/blobdiff - man/search.texi
(Basic Isearch): Add `isearch' index entry.
[gnu-emacs] / man / search.texi
index 282b36e3a504a8e0cc0748f4854af2a7631d22b7..ef83260ed351f924cbb21fbc04d290952929b82f 100644 (file)
@@ -64,6 +64,7 @@ Incremental search backward (@code{isearch-backward}).
 @node Basic Isearch
 @subsection Basics of Incremental Search
 @cindex incremental search
+@cindex isearch
 
 @kindex C-s
 @findex isearch-forward
@@ -1241,8 +1242,10 @@ line.
 used the minibuffer to read its arguments.  @xref{Repetition, C-x ESC
 ESC}.
 
-  See also @ref{Transforming File Names}, for Dired commands to rename,
-copy, or link files by replacing regexp matches in file names.
+  @xref{Operating on Files}, for the Dired @kbd{Q} command which
+performs query replace on selected files.  See also @ref{Transforming
+File Names}, for Dired commands to rename, copy, or link files by
+replacing regexp matches in file names.
 
 @node Other Repeating Search
 @section Other Search-and-Loop Commands