aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-20 18:19:36 +0000
committerEli Zaretskii2006-05-20 18:19:36 +0000
commit40c50be3a61655ed6e1ddb51195e2711d23ea60a (patch)
tree4cc80d5109fd052601b9f4bc35310ed927af7b67 /lisp
parent4d4acba25dcab4c768d030b8c961b2f09d3b3b4e (diff)
downloademacs-40c50be3a61655ed6e1ddb51195e2711d23ea60a.tar.gz
emacs-40c50be3a61655ed6e1ddb51195e2711d23ea60a.zip
(dired-do-shell-command): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/dired-aux.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 254c21b3a54..06875dc6d0c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-05-20 Eli Zaretskii <eliz@gnu.org>
2
3 * dired-aux.el (dired-do-shell-command): Doc fix.
4
12006-05-20 Kevin Ryde <user42@zip.com.au> 52006-05-20 Kevin Ryde <user42@zip.com.au>
2 6
3 * info-xref.el (info-xref-check-all-custom): Skip :tag part of 7 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index e07689973e4..b4cb8933194 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -493,7 +493,8 @@ the Dired buffer, so output files usually are created there instead of
493in a subdir. 493in a subdir.
494 494
495In a noninteractive call (from Lisp code), you must specify 495In a noninteractive call (from Lisp code), you must specify
496the list of file names explicitly with the FILE-LIST argument." 496the list of file names explicitly with the FILE-LIST argument, which
497can be produced by `dired-get-marked-files', for example."
497;;Functions dired-run-shell-command and dired-shell-stuff-it do the 498;;Functions dired-run-shell-command and dired-shell-stuff-it do the
498;;actual work and can be redefined for customization. 499;;actual work and can be redefined for customization.
499 (interactive 500 (interactive