From: Eli Zaretskii Date: Sat, 20 May 2006 18:19:36 +0000 (+0000) Subject: (dired-do-shell-command): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~2458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40c50be3a61655ed6e1ddb51195e2711d23ea60a;p=emacs.git (dired-do-shell-command): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 254c21b3a54..06875dc6d0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-05-20 Eli Zaretskii + + * dired-aux.el (dired-do-shell-command): Doc fix. + 2006-05-20 Kevin Ryde * info-xref.el (info-xref-check-all-custom): Skip :tag part of diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index e07689973e4..b4cb8933194 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -493,7 +493,8 @@ the Dired buffer, so output files usually are created there instead of in a subdir. In a noninteractive call (from Lisp code), you must specify -the list of file names explicitly with the FILE-LIST argument." +the list of file names explicitly with the FILE-LIST argument, which +can be produced by `dired-get-marked-files', for example." ;;Functions dired-run-shell-command and dired-shell-stuff-it do the ;;actual work and can be redefined for customization. (interactive