diff options
| author | Eli Zaretskii | 2001-03-07 08:55:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-07 08:55:44 +0000 |
| commit | 656f8cae4a0aec0e737fd37694f28a7ca158eee3 (patch) | |
| tree | 6176ab5f543e6920674b2a50f3bc0dc306cbec9e | |
| parent | 3e40caf4df1c38605011b360c5aa6593b8b87aae (diff) | |
| download | emacs-656f8cae4a0aec0e737fd37694f28a7ca158eee3.tar.gz emacs-656f8cae4a0aec0e737fd37694f28a7ca158eee3.zip | |
(dired-do-shell-command): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/dired-aux.el | 2 |
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 @@ | |||
| 1 | 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-do-shell-command): Doc fix. | ||
| 4 | |||
| 1 | 2001-03-06 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2001-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 | ||
| 322 | If there is no `*', but a `?' in the command then it is still run | 322 | If there is no `*', but a `?' in the command then it is still run |
| 323 | on each file individually but with the filename substituted there | 323 | on each file individually but with the filename substituted there |
| 324 | instead of att the end of the command. | 324 | instead of at the end of the command. |
| 325 | 325 | ||
| 326 | No automatic redisplay of dired buffers is attempted, as there's no | 326 | No automatic redisplay of dired buffers is attempted, as there's no |
| 327 | telling what files the command may have changed. Type | 327 | telling what files the command may have changed. Type |