mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-12 09:51:05 -07:00
; * lisp/dired-aux.el (dired-do-async-shell-command): Doc fix (bug#80490).
This commit is contained in:
parent
b540c45bc5
commit
fe2fdf7c82
1 changed files with 1 additions and 1 deletions
|
|
@ -804,7 +804,7 @@ to execute it asynchronously.
|
|||
When operating on multiple files, asynchronous commands
|
||||
are executed in the background on each file in parallel.
|
||||
In shell syntax this means separating the individual commands
|
||||
with `&'. However, when COMMAND ends in `;' or `;&' then commands
|
||||
with `&'. However, when COMMAND ends in `;&' then commands
|
||||
are executed in the background on each file sequentially waiting
|
||||
for each command to terminate before running the next command.
|
||||
In shell syntax this means separating the individual commands with `;'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue