summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2009-02-22 23:38:04 +0000
committerJuri Linkov <juri@jurta.org>2009-02-22 23:38:04 +0000
commitb8f908b3a47e085fb28c4ace9e62b30a64bbbe73 (patch)
tree324540ef1fb0cbe087c1a23cf79e53077b332d19 /lisp/dired-aux.el
parentc521381a6cb6fc03358a2e2a3a15ddceea0272ec (diff)
downloademacs-b8f908b3a47e085fb28c4ace9e62b30a64bbbe73.tar.gz
(minibuffer-default-add-dired-shell-commands): Doc fix.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el4
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)