aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-10-30 07:48:02 +0800
committerChong Yidong2012-10-30 07:48:02 +0800
commitfc83c2de544c15ce8e4e8fc7c6dd68cc4956a457 (patch)
treedd6d7f0c1b071a650c29b1cc6cb6106e2fd98df9 /etc
parentb5dd9a779bafdbac1658b7e610ec04c195a7f21c (diff)
downloademacs-fc83c2de544c15ce8e4e8fc7c6dd68cc4956a457.tar.gz
emacs-fc83c2de544c15ce8e4e8fc7c6dd68cc4956a457.zip
Document dired-do-async-shell-command changes.
* dired.texi (Shell Commands in Dired): Document changes to the dired-do-async-shell-command.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cfdd3355aa5..2166e1d7658 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -397,7 +397,7 @@ changes in context diffs.
397whitespace problems introduced by the diff. 397whitespace problems introduced by the diff.
398 398
399** Dired 399** Dired
400 400+++
401*** `dired-do-async-shell-command' executes each file sequentially 401*** `dired-do-async-shell-command' executes each file sequentially
402if the command ends in `;' (when operating on multiple files). 402if the command ends in `;' (when operating on multiple files).
403Otherwise, it executes the command on each file in parallel. 403Otherwise, it executes the command on each file in parallel.