dired-do-shell-command doc string fix

* lisp/dired-aux.el (dired-do-shell-command): Mention the guesser
variables (bug#16562).
This commit is contained in:
Lars Ingebrigtsen 2019-10-14 21:29:48 +02:00
parent 561570475e
commit dc31f254b6

View file

@ -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