mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-14 16:02:12 +00:00
* lisp/dired-x.el (dired-guess-shell-alist-user): Doc fix. (Bug#30192)
This commit is contained in:
parent
5699a824f0
commit
b26786c8d9
1 changed files with 3 additions and 1 deletions
|
@ -1128,7 +1128,9 @@ Each element of this list looks like
|
||||||
(REGEXP COMMAND...)
|
(REGEXP COMMAND...)
|
||||||
|
|
||||||
where each COMMAND can either be a string or a Lisp expression that evaluates
|
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
|
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
|
and the rest will be added temporarily to the history and can be retrieved
|
||||||
with \\[previous-history-element] (M-p) .
|
with \\[previous-history-element] (M-p) .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue