]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dired-aux.el (dired-do-shell-command): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 Jan 2012 02:37:31 +0000 (21:37 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 Jan 2012 02:37:31 +0000 (21:37 -0500)
(Inspired by the Emacs manual.)

lisp/ChangeLog
lisp/dired-aux.el

index 7cdb5217c145472f993349e1892b5a778ce6fcde..fedbe71d51612a7d3bf160e4c10787755af46c84 100644 (file)
@@ -1,6 +1,7 @@
 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>
 
index 19ed74b2078f2821f9e6bffad570b3dd124ad112..2d05be312eb1bcf542f83aa79af282002dc6a769 100644 (file)
@@ -576,8 +576,11 @@ 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 `*\"\"'.
+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.