diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-01-23 13:46:22 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-01-23 13:46:22 +0200 |
commit | 71468e00735a44e19814a73e8f9013c0f272c342 (patch) | |
tree | ac7e7ac0c4a75f7d98577a98a4696573ce3ce088 | |
parent | 1d4887a3f35ffaf1f788cf5368e25d2cbf94ee94 (diff) | |
download | emacs-71468e00735a44e19814a73e8f9013c0f272c342.tar.gz |
; 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
<dgutov@yandex.ru>.
-rw-r--r-- | doc/emacs/dired.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |