# HG changeset patch # User Martin Rudalics # Date 1230801282 0 # Node ID e66926f7879f05daae80e901a4ae7ddc2839a619 # Parent 36e4d4d2137dda280ea72501529234703b05e3c7 (minibuffer-default-add-shell-commands): Fix doc-string typo. diff -r 36e4d4d2137d -r e66926f7879f lisp/ChangeLog --- 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 + + * 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 -r 36e4d4d2137d -r e66926f7879f lisp/simple.el --- 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)