]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify dired-do-shell-command doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 28 Mar 2021 14:01:53 +0000 (16:01 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 28 Mar 2021 14:01:53 +0000 (16:01 +0200)
* lisp/dired-aux.el (dired-do-shell-command): Mention what happens
to FILE-LIST (bug#47432).

lisp/dired-aux.el

index d5f491087671aa015460bd9b9cf951b522f8ec53..eea2188142f68d55ecdf8041888aab7aac09293f 100644 (file)
@@ -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.