diff options
| author | Eli Zaretskii | 2006-05-20 18:19:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-20 18:19:36 +0000 |
| commit | 40c50be3a61655ed6e1ddb51195e2711d23ea60a (patch) | |
| tree | 4cc80d5109fd052601b9f4bc35310ed927af7b67 /lisp | |
| parent | 4d4acba25dcab4c768d030b8c961b2f09d3b3b4e (diff) | |
| download | emacs-40c50be3a61655ed6e1ddb51195e2711d23ea60a.tar.gz emacs-40c50be3a61655ed6e1ddb51195e2711d23ea60a.zip | |
(dired-do-shell-command): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/dired-aux.el | 3 |
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 @@ | |||
| 1 | 2006-05-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-do-shell-command): Doc fix. | ||
| 4 | |||
| 1 | 2006-05-20 Kevin Ryde <user42@zip.com.au> | 5 | 2006-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 | |||
| 493 | in a subdir. | 493 | in a subdir. |
| 494 | 494 | ||
| 495 | In a noninteractive call (from Lisp code), you must specify | 495 | In a noninteractive call (from Lisp code), you must specify |
| 496 | the list of file names explicitly with the FILE-LIST argument." | 496 | the list of file names explicitly with the FILE-LIST argument, which |
| 497 | can 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 |