* doc/emacs/dired.texi (Shell Commands in Dired): Fix typo.

This commit is contained in:
Dani Moncayo
2012-03-15 16:33:42 +08:00
committed by Chong Yidong
parent 3f2eafd1fb
commit 9805f81dda
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
* dired.texi (Shell Commands in Dired): Fix typo.
2012-03-04 Chong Yidong <cyd@gnu.org>
* killing.texi (Clipboard): Document clipboard manager.

View File

@@ -823,9 +823,9 @@ replaces each occurrence.
@item
If the command string contains neither @samp{*} nor @samp{?}, Emacs
runs the shell command once for each file, adding the file name is
added at the end. For example, @kbd{! uudecode @key{RET}} runs
@code{uudecode} on each file.
runs the shell command once for each file, adding the file name at the
end. For example, @kbd{! uudecode @key{RET}} runs @code{uudecode} on
each file.
@end itemize
To iterate over the file names in a more complicated fashion, use an