diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f545865af7..37b1f3f8d67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-01-13 Andreas Schwab + + * dired-aux.el (dired-do-shell-command): Doc fix. + 2002-01-13 Jan Djarv * 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). `*' 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.