diff options
| author | Andreas Schwab | 2002-01-13 16:56:20 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-01-13 16:56:20 +0000 |
| commit | b544496da20fef03238f8b93f835b06ed99364f0 (patch) | |
| tree | fc6dd652867e2e26253140e8da698daf24ffafcc | |
| parent | 8a8e19a31c60474344f575484d359fbd903bfadf (diff) | |
| download | emacs-b544496da20fef03238f8b93f835b06ed99364f0.tar.gz emacs-b544496da20fef03238f8b93f835b06ed99364f0.zip | |
(dired-do-shell-command): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/dired-aux.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f545865af7..37b1f3f8d67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-01-13 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-do-shell-command): Doc fix. | ||
| 4 | |||
| 1 | 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se> | 5 | 2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se> |
| 2 | 6 | ||
| 3 | * startup.el (command-line-x-option-alist): New options "-fs", | 7 | * startup.el (command-line-x-option-alist): New options "-fs", |
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 1b2fc132fc0..8cd7373070e 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -329,7 +329,7 @@ file name added at the end of COMMAND (separated by a space). | |||
| 329 | `*' and `?' when not surrounded by whitespace have no special | 329 | `*' and `?' when not surrounded by whitespace have no special |
| 330 | significance for `dired-do-shell-command', and are passed through | 330 | significance for `dired-do-shell-command', and are passed through |
| 331 | normally to the shell, but you must confirm first. To pass `*' by | 331 | normally to the shell, but you must confirm first. To pass `*' by |
| 332 | itself to the shell as a wildcard, type `*""'. | 332 | itself to the shell as a wildcard, type `*\"\"'. |
| 333 | 333 | ||
| 334 | If COMMAND produces output, it goes to a separate buffer. | 334 | If COMMAND produces output, it goes to a separate buffer. |
| 335 | 335 | ||