aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-01-11 06:18:53 -0500
committerGlenn Morris2012-01-11 06:18:53 -0500
commitcc7f8e29eaf821712c6fd04a1675b225d7acb4e8 (patch)
tree9626369a72d3499f66d2dcc54d8d52d9e7e06963
parent04b2f8bbade8ebdf3252129c45c424787a6d0129 (diff)
downloademacs-cc7f8e29eaf821712c6fd04a1675b225d7acb4e8.tar.gz
emacs-cc7f8e29eaf821712c6fd04a1675b225d7acb4e8.zip
Auto-commit of loaddefs files.
-rw-r--r--lisp/dired.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index da105bc2a5f..6f2ddbbc73d 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -3667,7 +3667,7 @@ Ask means pop up a menu for the user to select one of copy, move or link."
3667;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command 3667;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
3668;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown 3668;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
3669;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff 3669;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
3670;;;;;; dired-diff) "dired-aux" "dired-aux.el" "cdcae8f5f4ea69fa7b0231f640c13163") 3670;;;;;; dired-diff) "dired-aux" "dired-aux.el" "e77c506a0dd793230c5856a67e408fc6")
3671;;; Generated autoloads from dired-aux.el 3671;;; Generated autoloads from dired-aux.el
3672 3672
3673(autoload 'dired-diff "dired-aux" "\ 3673(autoload 'dired-diff "dired-aux" "\
@@ -3784,8 +3784,11 @@ file name added at the end of COMMAND (separated by a space).
3784 3784
3785`*' and `?' when not surrounded by whitespace have no special 3785`*' and `?' when not surrounded by whitespace have no special
3786significance for `dired-do-shell-command', and are passed through 3786significance for `dired-do-shell-command', and are passed through
3787normally to the shell, but you must confirm first. To pass `*' by 3787normally to the shell, but you must confirm first.
3788itself to the shell as a wildcard, type `*\"\"'. 3788
3789If you want to use `*' as a shell wildcard with whitespace around
3790it, write `*\"\"' in place of just `*'. This is equivalent to just
3791`*' in the shell, but avoids Dired's special handling.
3789 3792
3790If COMMAND produces output, it goes to a separate buffer. 3793If COMMAND produces output, it goes to a separate buffer.
3791 3794