aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-07 08:55:44 +0000
committerEli Zaretskii2001-03-07 08:55:44 +0000
commit656f8cae4a0aec0e737fd37694f28a7ca158eee3 (patch)
tree6176ab5f543e6920674b2a50f3bc0dc306cbec9e
parent3e40caf4df1c38605011b360c5aa6593b8b87aae (diff)
downloademacs-656f8cae4a0aec0e737fd37694f28a7ca158eee3.tar.gz
emacs-656f8cae4a0aec0e737fd37694f28a7ca158eee3.zip
(dired-do-shell-command): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/dired-aux.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2ac737d96d3..46945ae497d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * dired-aux.el (dired-do-shell-command): Doc fix.
4
12001-03-06 Stefan Monnier <monnier@cs.yale.edu> 52001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode. 7 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 4b966711012..c4dcae6e4c7 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -321,7 +321,7 @@ just once with the entire file list substituted there.
321 321
322If there is no `*', but a `?' in the command then it is still run 322If there is no `*', but a `?' in the command then it is still run
323on each file individually but with the filename substituted there 323on each file individually but with the filename substituted there
324instead of att the end of the command. 324instead of at the end of the command.
325 325
326No automatic redisplay of dired buffers is attempted, as there's no 326No automatic redisplay of dired buffers is attempted, as there's no
327telling what files the command may have changed. Type 327telling what files the command may have changed. Type