]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-x.el (dired-guess-shell-alist-user): Doc fix. (Bug#30192)
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Jan 2018 09:51:50 +0000 (11:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Jan 2018 09:51:50 +0000 (11:51 +0200)
lisp/dired-x.el

index 74e5fb4dd25304a8b1bf1649530d8c68900766f9..a90f1f4adcd0610ffb09f77742fef097095dd050 100644 (file)
@@ -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) .