diff options
| -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 |