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:
parent
561570475e
commit
dc31f254b6
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue