diff options
| author | Martin Rudalics | 2009-01-01 09:14:42 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2009-01-01 09:14:42 +0000 |
| commit | 263bc3fa9417fa1f7a89534ff1572b040801f696 (patch) | |
| tree | d3aef7e3e61d808909d291e7f2249c3a1a14caf7 | |
| parent | a979dde193f503de2332503e9a57190a323d00f7 (diff) | |
| download | emacs-263bc3fa9417fa1f7a89534ff1572b040801f696.tar.gz emacs-263bc3fa9417fa1f7a89534ff1572b040801f696.zip | |
(minibuffer-default-add-shell-commands): Fix doc-string typo.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/simple.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 10095419752..a23979fbd3b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-01-01 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * simple.el (minibuffer-default-add-shell-commands): Fix | ||
| 4 | doc-string typo. | ||
| 5 | |||
| 1 | 2009-01-01 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-01-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * language/cham.el: Fix setting of composition-function-table. | 8 | * 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.") | |||
| 1995 | (declare-function mailcap-file-default-commands "mailcap" (files)) | 1995 | (declare-function mailcap-file-default-commands "mailcap" (files)) |
| 1996 | 1996 | ||
| 1997 | (defun minibuffer-default-add-shell-commands () | 1997 | (defun minibuffer-default-add-shell-commands () |
| 1998 | "Return a list of all commands associted with the current file. | 1998 | "Return a list of all commands associated with the current file. |
| 1999 | This function is used to add all related commands retrieved by `mailcap' | 1999 | This function is used to add all related commands retrieved by `mailcap' |
| 2000 | to the end of the list of defaults just after the default value." | 2000 | to the end of the list of defaults just after the default value." |
| 2001 | (interactive) | 2001 | (interactive) |