diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5a1d1394b23..8657859a348 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-03-15 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * dired.texi (Shell Commands in Dired): Fix typo. | ||
| 4 | |||
| 1 | 2012-03-04 Chong Yidong <cyd@gnu.org> | 5 | 2012-03-04 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * killing.texi (Clipboard): Document clipboard manager. | 7 | * killing.texi (Clipboard): Document clipboard manager. |
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index e048237a4e2..7dd290939fe 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -823,9 +823,9 @@ replaces each occurrence. | |||
| 823 | 823 | ||
| 824 | @item | 824 | @item |
| 825 | If the command string contains neither @samp{*} nor @samp{?}, Emacs | 825 | If the command string contains neither @samp{*} nor @samp{?}, Emacs |
| 826 | runs the shell command once for each file, adding the file name is | 826 | runs the shell command once for each file, adding the file name at the |
| 827 | added at the end. For example, @kbd{! uudecode @key{RET}} runs | 827 | end. For example, @kbd{! uudecode @key{RET}} runs @code{uudecode} on |
| 828 | @code{uudecode} on each file. | 828 | each file. |
| 829 | @end itemize | 829 | @end itemize |
| 830 | 830 | ||
| 831 | To iterate over the file names in a more complicated fashion, use an | 831 | To iterate over the file names in a more complicated fashion, use an |