# HG changeset patch # User Juri Linkov # Date 1235345841 0 # Node ID 143111f3fbb13dbb2b63daf7d0489aaa2640501f # Parent 74dd2284ef3a8264624b0d1a2839fdf99d9f323a (minibuffer-default-add-dired-shell-commands): Doc fix. diff -r 74dd2284ef3a -r 143111f3fbb1 lisp/dired-aux.el --- 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)