mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(minibuffer-default-add-shell-commands): Doc fix.
This commit is contained in:
parent
80f85d7cda
commit
086a7dd476
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-10-19 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* simple.el (minibuffer-default-add-shell-commands): Doc fix.
|
||||
|
||||
2008-10-19 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.el (enlarge-window-horizontally, shrink-window-horizontally):
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue