diff options
author | Andreas Schwab <schwab@suse.de> | 2002-01-13 16:56:20 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-01-13 16:56:20 +0000 |
commit | b544496da20fef03238f8b93f835b06ed99364f0 (patch) | |
tree | fc6dd652867e2e26253140e8da698daf24ffafcc /lisp/dired-aux.el | |
parent | 8a8e19a31c60474344f575484d359fbd903bfadf (diff) | |
download | emacs-b544496da20fef03238f8b93f835b06ed99364f0.tar.gz |
(dired-do-shell-command): Doc fix.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
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). `*' and `?' when not surrounded by whitespace have no special significance for `dired-do-shell-command', and are passed through normally to the shell, but you must confirm first. To pass `*' by -itself to the shell as a wildcard, type `*""'. +itself to the shell as a wildcard, type `*\"\"'. If COMMAND produces output, it goes to a separate buffer. |