Skip to content

Commit

Permalink
Clarify dired-do-shell-command doc string
Browse files Browse the repository at this point in the history
* lisp/dired-aux.el (dired-do-shell-command): Mention what happens
to FILE-LIST (bug#47432).
  • Loading branch information
larsmagne committed Mar 28, 2021
1 parent 8b754ca commit cf607c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/dired-aux.el
Expand Up @@ -826,6 +826,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.
Expand Down

0 comments on commit cf607c2

Please sign in to comment.