1
Fork 0
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:
Eli Zaretskii 2026-02-28 16:59:06 +02:00
parent b540c45bc5
commit fe2fdf7c82

View file

@ -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 `;'.