emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master cf607c2: Clarify dired-do-shell-command doc string


From: Lars Ingebrigtsen
Subject: master cf607c2: Clarify dired-do-shell-command doc string
Date: Sun, 28 Mar 2021 10:02:02 -0400 (EDT)

branch: master
commit cf607c262e15c873961fdfcced254e6f8e82f8d7
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify dired-do-shell-command doc string
    
    * lisp/dired-aux.el (dired-do-shell-command): Mention what happens
    to FILE-LIST (bug#47432).
---
 lisp/dired-aux.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index d5f4910..eea2188 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]