From: Martin Rudalics Date: Thu, 1 Jan 2009 09:14:42 +0000 (+0000) Subject: (minibuffer-default-add-shell-commands): Fix doc-string typo. X-Git-Tag: emacs-pretest-23.0.90~762 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=263bc3fa9417fa1f7a89534ff1572b040801f696;p=emacs.git (minibuffer-default-add-shell-commands): Fix doc-string typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 10095419752..a23979fbd3b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-01-01 Martin Rudalics + + * simple.el (minibuffer-default-add-shell-commands): Fix + doc-string typo. + 2009-01-01 Chong Yidong * language/cham.el: Fix setting of composition-function-table. diff --git a/lisp/simple.el b/lisp/simple.el index ca8ab23c853..2368dce5b4b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1995,7 +1995,7 @@ stdout will be intermixed in the output stream.") (declare-function mailcap-file-default-commands "mailcap" (files)) (defun minibuffer-default-add-shell-commands () - "Return a list of all commands associted with the current file. + "Return a list of all commands associated with the current file. 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)