changeset 102201:143111f3fbb1

(minibuffer-default-add-dired-shell-commands): Doc fix.
author Juri Linkov <juri@jurta.org>
date Sun, 22 Feb 2009 23:37:21 +0000
parents 74dd2284ef3a
children 8f230b839512
files lisp/dired-aux.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Sun Feb 22 23:36:46 2009 +0000
+++ b/lisp/dired-aux.el	Sun Feb 22 23:37:21 2009 +0000
@@ -476,8 +476,8 @@
 (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)