diff options
| author | Juanma Barranquero | 2009-09-18 16:59:36 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-09-18 16:59:36 +0000 |
| commit | e36ead703927276c68bf1f97a12f765493dc28d4 (patch) | |
| tree | 284f38cc5c209180e2674645941ce44d8f7b177e | |
| parent | d75541671f2092c2cae1d189e93d87426abc2589 (diff) | |
| download | emacs-e36ead703927276c68bf1f97a12f765493dc28d4.tar.gz emacs-e36ead703927276c68bf1f97a12f765493dc28d4.zip | |
Update.
| -rw-r--r-- | lisp/dired.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index d42e2f576a6..6499d666131 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -3465,7 +3465,7 @@ Ask means pop up a menu for the user to select one of copy, move or link." | |||
| 3465 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command | 3465 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command |
| 3466 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown | 3466 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown |
| 3467 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff | 3467 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff |
| 3468 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "1b436ca08eedfcb4166a13c09df6bb23") | 3468 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "6ec9fac2638e7b16a006e164ba4454cc") |
| 3469 | ;;; Generated autoloads from dired-aux.el | 3469 | ;;; Generated autoloads from dired-aux.el |
| 3470 | 3470 | ||
| 3471 | (autoload 'dired-diff "dired-aux" "\ | 3471 | (autoload 'dired-diff "dired-aux" "\ |
| @@ -3626,7 +3626,10 @@ Not documented | |||
| 3626 | \(fn FILE)" nil nil) | 3626 | \(fn FILE)" nil nil) |
| 3627 | 3627 | ||
| 3628 | (autoload 'dired-query "dired-aux" "\ | 3628 | (autoload 'dired-query "dired-aux" "\ |
| 3629 | Not documented | 3629 | Query user and return nil or t. |
| 3630 | Store answer in symbol VAR (which must initially be bound to nil). | ||
| 3631 | Format PROMPT with ARGS. | ||
| 3632 | Binding variable `help-form' will help the user who types the help key. | ||
| 3630 | 3633 | ||
| 3631 | \(fn QS-VAR QS-PROMPT &rest QS-ARGS)" nil nil) | 3634 | \(fn QS-VAR QS-PROMPT &rest QS-ARGS)" nil nil) |
| 3632 | 3635 | ||