(minibuffer-default-add-shell-commands): Fix doc-string typo.
This commit is contained in:
parent
a979dde193
commit
263bc3fa94
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue