Clarify dired-do-shell-command doc string

* lisp/dired-aux.el (dired-do-shell-command): Mention what happens
to FILE-LIST (bug#47432).

(cherry picked from commit cf607c262e)
This commit is contained in:
Lars Ingebrigtsen 2021-03-28 16:01:53 +02:00 committed by Eli Zaretskii
parent bcc4cc3362
commit b23e22e0de

View file

@ -703,6 +703,8 @@ If no files are marked or a numeric prefix arg is given,
the next ARG files are used. Just \\[universal-argument] means the current file.
The prompt mentions the file(s) or the marker, as appropriate.
When executing, FILE-LIST is appended to the COMMAND string.
If there is a `*' in COMMAND, surrounded by whitespace, this runs
COMMAND just once with the entire file list substituted there.