diff options
author | Juri Linkov <juri@jurta.org> | 2009-02-22 23:38:04 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2009-02-22 23:38:04 +0000 |
commit | b8f908b3a47e085fb28c4ace9e62b30a64bbbe73 (patch) | |
tree | 324540ef1fb0cbe087c1a23cf79e53077b332d19 /lisp/dired-aux.el | |
parent | c521381a6cb6fc03358a2e2a3a15ddceea0272ec (diff) | |
download | emacs-b8f908b3a47e085fb28c4ace9e62b30a64bbbe73.tar.gz |
(minibuffer-default-add-dired-shell-commands): Doc fix.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 9d34d9542dc..95aaa388310 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -476,8 +476,8 @@ with a prefix argument." (declare-function mailcap-file-default-commands "mailcap" (files)) (defun minibuffer-default-add-dired-shell-commands () - "Return a list of all commands associted with current dired files. -This function is used to add all related commands retieved by `mailcap' + "Return a list of all commands associated with current dired files. +This function is used to add all related commands retrieved by `mailcap' to the end of the list of defaults just after the default value." (interactive) (let ((commands (and (boundp 'files) (require 'mailcap nil t) |