comparison lisp/simple.el @ 98892:a771a8a7af3c

(minibuffer-default-add-shell-commands): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 19 Oct 2008 15:01:05 +0000
parents d87ee665546a
children 46d6efaefafc
comparison
equal deleted inserted replaced
98891:be696d112096 98892:a771a8a7af3c
1977 1977
1978 (declare-function mailcap-file-default-commands "mailcap" (files)) 1978 (declare-function mailcap-file-default-commands "mailcap" (files))
1979 1979
1980 (defun minibuffer-default-add-shell-commands () 1980 (defun minibuffer-default-add-shell-commands ()
1981 "Return a list of all commands associted with the current file. 1981 "Return a list of all commands associted with the current file.
1982 This function is used to add all related commands retieved by `mailcap' 1982 This function is used to add all related commands retrieved by `mailcap'
1983 to the end of the list of defaults just after the default value." 1983 to the end of the list of defaults just after the default value."
1984 (interactive) 1984 (interactive)
1985 (let* ((filename (if (listp minibuffer-default) 1985 (let* ((filename (if (listp minibuffer-default)
1986 (car minibuffer-default) 1986 (car minibuffer-default)
1987 minibuffer-default)) 1987 minibuffer-default))