aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-01-26 11:51:50 +0200
committerEli Zaretskii2018-01-26 11:51:50 +0200
commitb26786c8d92e65a129d29d2c18c935965ac3a45a (patch)
treee6b6bb8e8bd57c0038af94e4779cc3845a1e3672
parent5699a824f08e662a95377e357ae8dea8d5a9c938 (diff)
downloademacs-b26786c8d92e65a129d29d2c18c935965ac3a45a.tar.gz
emacs-b26786c8d92e65a129d29d2c18c935965ac3a45a.zip
* lisp/dired-x.el (dired-guess-shell-alist-user): Doc fix. (Bug#30192)
-rw-r--r--lisp/dired-x.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index 74e5fb4dd25..a90f1f4adcd 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -1128,7 +1128,9 @@ Each element of this list looks like
1128 (REGEXP COMMAND...) 1128 (REGEXP COMMAND...)
1129 1129
1130where each COMMAND can either be a string or a Lisp expression that evaluates 1130where each COMMAND can either be a string or a Lisp expression that evaluates
1131to a string. This expression can access the file name as the variable `file'. 1131to a string. If this expression needs to consult the name of the file for
1132which the shell commands are being requested, it can access that file name
1133as the variable `file'.
1132If several COMMANDs are given, the first one will be the default 1134If several COMMANDs are given, the first one will be the default
1133and the rest will be added temporarily to the history and can be retrieved 1135and the rest will be added temporarily to the history and can be retrieved
1134with \\[previous-history-element] (M-p) . 1136with \\[previous-history-element] (M-p) .