From 263bc3fa9417fa1f7a89534ff1572b040801f696 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Thu, 1 Jan 2009 09:14:42 +0000 Subject: [PATCH] (minibuffer-default-add-shell-commands): Fix doc-string typo. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 10095419752..a23979fbd3b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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.") (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) -- 2.11.4.GIT