diff options
| author | Chong Yidong | 2012-10-30 07:48:02 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-10-30 07:48:02 +0800 |
| commit | fc83c2de544c15ce8e4e8fc7c6dd68cc4956a457 (patch) | |
| tree | dd6d7f0c1b071a650c29b1cc6cb6106e2fd98df9 /etc | |
| parent | b5dd9a779bafdbac1658b7e610ec04c195a7f21c (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -397,7 +397,7 @@ changes in context diffs. | |||
| 397 | whitespace problems introduced by the diff. | 397 | whitespace 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 |
| 402 | if the command ends in `;' (when operating on multiple files). | 402 | if the command ends in `;' (when operating on multiple files). |
| 403 | Otherwise, it executes the command on each file in parallel. | 403 | Otherwise, it executes the command on each file in parallel. |