Mercurial > emacs
changeset 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 | 36e4d4d2137d |
children | b00a3256904f |
files | lisp/ChangeLog lisp/simple.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 01 08:54:46 2009 +0000 +++ b/lisp/ChangeLog Thu Jan 01 09:14:42 2009 +0000 @@ -1,3 +1,8 @@ +2009-01-01 Martin Rudalics <rudalics@gmx.at> + + * simple.el (minibuffer-default-add-shell-commands): Fix + doc-string typo. + 2009-01-01 Chong Yidong <cyd@stupidchicken.com> * language/cham.el: Fix setting of composition-function-table.
--- a/lisp/simple.el Thu Jan 01 08:54:46 2009 +0000 +++ b/lisp/simple.el Thu Jan 01 09:14:42 2009 +0000 @@ -1995,7 +1995,7 @@ (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)