aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2009-01-01 09:14:42 +0000
committerMartin Rudalics2009-01-01 09:14:42 +0000
commit263bc3fa9417fa1f7a89534ff1572b040801f696 (patch)
treed3aef7e3e61d808909d291e7f2249c3a1a14caf7
parenta979dde193f503de2332503e9a57190a323d00f7 (diff)
downloademacs-263bc3fa9417fa1f7a89534ff1572b040801f696.tar.gz
emacs-263bc3fa9417fa1f7a89534ff1572b040801f696.zip
(minibuffer-default-add-shell-commands): Fix doc-string typo.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/simple.el2
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 @@
12009-01-01 Martin Rudalics <rudalics@gmx.at>
2
3 * simple.el (minibuffer-default-add-shell-commands): Fix
4 doc-string typo.
5
12009-01-01 Chong Yidong <cyd@stupidchicken.com> 62009-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.
1999This function is used to add all related commands retrieved by `mailcap' 1999This function is used to add all related commands retrieved by `mailcap'
2000to the end of the list of defaults just after the default value." 2000to the end of the list of defaults just after the default value."
2001 (interactive) 2001 (interactive)