From dc31f254b622ed145e6f71a432fe306b96b3c7a8 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 14 Oct 2019 21:29:48 +0200 Subject: [PATCH] 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 8bda25e9e37..b3ff2443626 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 -- 2.39.5