emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 b26786c: * lisp/dired-x.el (dired-guess-shell-ali


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 b26786c: * lisp/dired-x.el (dired-guess-shell-alist-user): Doc fix. (Bug#30192)
Date: Fri, 26 Jan 2018 04:52:32 -0500 (EST)

branch: emacs-26
commit b26786c8d92e65a129d29d2c18c935965ac3a45a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/dired-x.el (dired-guess-shell-alist-user): Doc fix.  (Bug#30192)
---
 lisp/dired-x.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index 74e5fb4..a90f1f4 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -1128,7 +1128,9 @@ Each element of this list looks like
     (REGEXP COMMAND...)
 
 where each COMMAND can either be a string or a Lisp expression that evaluates
-to a string.  This expression can access the file name as the variable `file'.
+to a string.  If this expression needs to consult the name of the file for
+which the shell commands are being requested, it can access that file name
+as the variable `file'.
 If several COMMANDs are given, the first one will be the default
 and the rest will be added temporarily to the history and can be retrieved
 with \\[previous-history-element] (M-p) .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]