diff options
| author | Karl Heuer | 1999-07-20 01:24:47 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-07-20 01:24:47 +0000 |
| commit | 9e5453507c194febb47d67c354fcbedeb44079b2 (patch) | |
| tree | 2489ccdc22a8fa415ca7fdc47a000e4cffd629b1 | |
| parent | efaec94ebd0c9c8862a214912aea466ddf02ebc1 (diff) | |
| download | emacs-9e5453507c194febb47d67c354fcbedeb44079b2.tar.gz emacs-9e5453507c194febb47d67c354fcbedeb44079b2.zip | |
(dired-do-shell-command): Doc fix.
| -rw-r--r-- | lisp/dired-aux.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 8a71d273b2d..cd867e78fc9 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -324,7 +324,10 @@ telling what files the command may have changed. Type | |||
| 324 | \\[dired-do-redisplay] to redisplay the marked files. | 324 | \\[dired-do-redisplay] to redisplay the marked files. |
| 325 | 325 | ||
| 326 | The shell command has the top level directory as working directory, so | 326 | The shell command has the top level directory as working directory, so |
| 327 | output files usually are created there instead of in a subdir." | 327 | output files usually are created there instead of in a subdir. |
| 328 | |||
| 329 | In a noninteractive call (from Lisp code), you must specify | ||
| 330 | the list of file names explicitly with the FILE-LIST argument." | ||
| 328 | ;;Functions dired-run-shell-command and dired-shell-stuff-it do the | 331 | ;;Functions dired-run-shell-command and dired-shell-stuff-it do the |
| 329 | ;;actual work and can be redefined for customization. | 332 | ;;actual work and can be redefined for customization. |
| 330 | (interactive | 333 | (interactive |