diff options
| author | Lars Ingebrigtsen | 2022-08-16 19:20:49 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-08-16 19:20:49 +0200 |
| commit | 3ea6cb40e62701dfd7eb47a5d465a67e1f56469a (patch) | |
| tree | e052c0d198865e6980555ffa67fd03d10b68b126 | |
| parent | 1f31c39b595aac884cf876fcc54b2ff1bc39732c (diff) | |
| download | emacs-3ea6cb40e62701dfd7eb47a5d465a67e1f56469a.tar.gz emacs-3ea6cb40e62701dfd7eb47a5d465a67e1f56469a.zip | |
dired-do-shell-command doc string clarification
* lisp/dired-aux.el (dired-do-shell-command): Clarify doc string
(bug#57228).
| -rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index c8de2669ea3..7ff3e333515 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -882,7 +882,7 @@ In a noninteractive call (from Lisp code), you must specify | |||
| 882 | the list of file names explicitly with the FILE-LIST argument, which | 882 | the list of file names explicitly with the FILE-LIST argument, which |
| 883 | can be produced by `dired-get-marked-files', for example. | 883 | can be produced by `dired-get-marked-files', for example. |
| 884 | 884 | ||
| 885 | `dired-guess-shell-alist-default' and | 885 | If `dired-x' is loaded, `dired-guess-shell-alist-default' and |
| 886 | `dired-guess-shell-alist-user' are consulted when the user is | 886 | `dired-guess-shell-alist-user' are consulted when the user is |
| 887 | prompted for the shell command to use interactively. | 887 | prompted for the shell command to use interactively. |
| 888 | 888 | ||