summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDani Moncayo <dmoncayo@gmail.com>2012-03-15 16:33:42 +0800
committerChong Yidong <cyd@gnu.org>2012-03-15 16:33:42 +0800
commit9805f81dda38cd541ba8043f44e720e06adf6492 (patch)
tree461c35c1e053d6befb39e746db41a37c37b6959e /doc
parent3f2eafd1fbb706a8774a61b4b633d5f4e24b9cc1 (diff)
downloademacs-9805f81dda38cd541ba8043f44e720e06adf6492.tar.gz
* doc/emacs/dired.texi (Shell Commands in Dired): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/dired.texi6
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 @@
+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.
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.
@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