emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master dc31f25: dired-do-shell-command doc string fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master dc31f25: dired-do-shell-command doc string fix
Date: Mon, 14 Oct 2019 15:29:59 -0400 (EDT)

branch: master
commit dc31f254b622ed145e6f71a432fe306b96b3c7a8
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    dired-do-shell-command doc string fix
    
    * lisp/dired-aux.el (dired-do-shell-command): Mention the guesser
    variables (bug#16562).
---
 lisp/dired-aux.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 8bda25e..b3ff244 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -743,7 +743,11 @@ instead of in a subdir.
 
 In a noninteractive call (from Lisp code), you must specify
 the list of file names explicitly with the FILE-LIST argument, which
-can be produced by `dired-get-marked-files', for example."
+can be produced by `dired-get-marked-files', for example.
+
+`dired-guess-shell-alist-default' and
+`dired-guess-shell-alist-user' are consulted when the user is
+prompted for the shell command to use interactively."
 ;;Functions dired-run-shell-command and dired-shell-stuff-it do the
 ;;actual work and can be redefined for customization.
   (interactive



reply via email to

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