projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f31c39
)
dired-do-shell-command doc string clarification
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 16 Aug 2022 17:20:49 +0000
(19:20 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 16 Aug 2022 17:20:49 +0000
(19:20 +0200)
* lisp/dired-aux.el (dired-do-shell-command): Clarify doc string
(bug#57228).
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index c8de2669ea374e6f52bfe40ffe3911302c339e30..7ff3e33351557ea79ca1a6bb3894d24b822cd0b4 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-882,7
+882,7
@@
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.
-`dired-guess-shell-alist-default' and
+
If `dired-x' is loaded,
`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.