]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-do-shell-command): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sun, 13 Jan 2002 16:56:20 +0000 (16:56 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 13 Jan 2002 16:56:20 +0000 (16:56 +0000)
lisp/ChangeLog
lisp/dired-aux.el

index 5f545865af7b86b4603d4fe6811d5eeb3c5b8b3f..37b1f3f8d67d123f968128405a082904d513612f 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-13  Andreas Schwab  <schwab@suse.de>
+
+       * dired-aux.el (dired-do-shell-command): Doc fix.
+
 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
 
        * startup.el (command-line-x-option-alist): New options "-fs",
index 1b2fc132fc0db15785b5fbc55e0984708fa3213f..8cd7373070eeae05629a8fc40611df0dde1ea269 100644 (file)
@@ -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.