* doc/emacs/dired.texi (Shell Commands in Dired): Fix typo.
This commit is contained in:
committed by
Chong Yidong
parent
3f2eafd1fb
commit
9805f81dda
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user