From 086a7dd476693b1167df3d5b88fa34dc5b237f5b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 Oct 2008 15:01:46 +0000 Subject: [PATCH] (minibuffer-default-add-shell-commands): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/simple.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 065516e7241..77925f3beb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-10-19 Eli Zaretskii + + * simple.el (minibuffer-default-add-shell-commands): Doc fix. + 2008-10-19 Martin Rudalics * window.el (enlarge-window-horizontally, shrink-window-horizontally): diff --git a/lisp/simple.el b/lisp/simple.el index 5f2ef040272..9636f118932 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1979,7 +1979,7 @@ stdout will be intermixed in the output stream.") (defun minibuffer-default-add-shell-commands () "Return a list of all commands associted with the current file. -This function is used to add all related commands retieved by `mailcap' +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) (let* ((filename (if (listp minibuffer-default) -- 2.39.5