aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-07-20 01:24:47 +0000
committerKarl Heuer1999-07-20 01:24:47 +0000
commit9e5453507c194febb47d67c354fcbedeb44079b2 (patch)
tree2489ccdc22a8fa415ca7fdc47a000e4cffd629b1
parentefaec94ebd0c9c8862a214912aea466ddf02ebc1 (diff)
downloademacs-9e5453507c194febb47d67c354fcbedeb44079b2.tar.gz
emacs-9e5453507c194febb47d67c354fcbedeb44079b2.zip
(dired-do-shell-command): Doc fix.
-rw-r--r--lisp/dired-aux.el5
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
326The shell command has the top level directory as working directory, so 326The shell command has the top level directory as working directory, so
327output files usually are created there instead of in a subdir." 327output files usually are created there instead of in a subdir.
328
329In a noninteractive call (from Lisp code), you must specify
330the 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