diff options
| -rw-r--r-- | lisp/dired-x.el | 4 |
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 | ||
| 1130 | where each COMMAND can either be a string or a Lisp expression that evaluates | 1130 | where each COMMAND can either be a string or a Lisp expression that evaluates |
| 1131 | to a string. This expression can access the file name as the variable `file'. | 1131 | to a string. If this expression needs to consult the name of the file for |
| 1132 | which the shell commands are being requested, it can access that file name | ||
| 1133 | as the variable `file'. | ||
| 1132 | If several COMMANDs are given, the first one will be the default | 1134 | If several COMMANDs are given, the first one will be the default |
| 1133 | and the rest will be added temporarily to the history and can be retrieved | 1135 | and the rest will be added temporarily to the history and can be retrieved |
| 1134 | with \\[previous-history-element] (M-p) . | 1136 | with \\[previous-history-element] (M-p) . |