comparison lisp/simple.el @ 100821:e66926f7879f

(minibuffer-default-add-shell-commands): Fix doc-string typo.
author Martin Rudalics <rudalics@gmx.at>
date Thu, 01 Jan 2009 09:14:42 +0000
parents 8bebf3521844
children c30d9af11159
comparison
equal deleted inserted replaced
100820:36e4d4d2137d 100821:e66926f7879f
1993 stdout will be intermixed in the output stream.") 1993 stdout will be intermixed in the output stream.")
1994 1994
1995 (declare-function mailcap-file-default-commands "mailcap" (files)) 1995 (declare-function mailcap-file-default-commands "mailcap" (files))
1996 1996
1997 (defun minibuffer-default-add-shell-commands () 1997 (defun minibuffer-default-add-shell-commands ()
1998 "Return a list of all commands associted with the current file. 1998 "Return a list of all commands associated with the current file.
1999 This function is used to add all related commands retrieved by `mailcap' 1999 This function is used to add all related commands retrieved by `mailcap'
2000 to the end of the list of defaults just after the default value." 2000 to the end of the list of defaults just after the default value."
2001 (interactive) 2001 (interactive)
2002 (let* ((filename (if (listp minibuffer-default) 2002 (let* ((filename (if (listp minibuffer-default)
2003 (car minibuffer-default) 2003 (car minibuffer-default)