From: Eli Zaretskii Date: Sat, 23 Jan 2016 11:46:22 +0000 (+0200) Subject: ; Another minor change in Dired docs X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~889 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=71468e00735a44e19814a73e8f9013c0f272c342;p=emacs.git ; Another minor change in Dired docs * doc/emacs/dired.texi (Operating on Files): Minor tweak in the documentation of 'dired-do-find-regexp'. Suggested by Dmitry Gutov . --- diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 201b5554f41..69616270181 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -784,7 +784,7 @@ Compilation, elisp, The Emacs Lisp Reference Manual}. Search all the specified files for the regular expression @var{regexp} (@code{dired-do-find-regexp}). -This command is a variant of @code{xref-find-apropos} +This command is a variant of @code{xref-find-references} (@pxref{Identifier Search}), it displays the @file{*xref*} buffer, where you can navigate between matches and display them as needed using the commands described in @ref{Xref Commands}.