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:
parent
bcc4cc3362
commit
b23e22e0de
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue