2012-01-11 Glenn Morris <rgm@gnu.org>
* dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
+ Doc fix.
2012-01-10 Chong Yidong <cyd@gnu.org>
`*' 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 `*\"\"'.
+normally to the shell, but you must confirm first.
+
+If you want to use `*' as a shell wildcard with whitespace around
+it, write `*\"\"' in place of just `*'. This is equivalent to just
+`*' in the shell, but avoids Dired's special handling.
If COMMAND produces output, it goes to a separate buffer.