From fe2fdf7c82e5efc3350061233d3f0aed54915876 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Feb 2026 16:59:06 +0200 Subject: [PATCH] ; * lisp/dired-aux.el (dired-do-async-shell-command): Doc fix (bug#80490). --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 026e19fb779..a7919f16cd6 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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 `;'.