diff options
| author | Eli Zaretskii | 2008-10-19 15:01:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-19 15:01:46 +0000 |
| commit | 086a7dd476693b1167df3d5b88fa34dc5b237f5b (patch) | |
| tree | e28f812035aa1dadf2836be530942f9b24cbe4f1 | |
| parent | 80f85d7cda750c0ee0c4e0a2f9646b27c37fb52f (diff) | |
| download | emacs-086a7dd476693b1167df3d5b88fa34dc5b237f5b.tar.gz emacs-086a7dd476693b1167df3d5b88fa34dc5b237f5b.zip | |
(minibuffer-default-add-shell-commands): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/simple.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 065516e7241..77925f3beb6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-10-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (minibuffer-default-add-shell-commands): Doc fix. | ||
| 4 | |||
| 1 | 2008-10-19 Martin Rudalics <rudalics@gmx.at> | 5 | 2008-10-19 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * window.el (enlarge-window-horizontally, shrink-window-horizontally): | 7 | * 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.") | |||
| 1979 | 1979 | ||
| 1980 | (defun minibuffer-default-add-shell-commands () | 1980 | (defun minibuffer-default-add-shell-commands () |
| 1981 | "Return a list of all commands associted with the current file. | 1981 | "Return a list of all commands associted with the current file. |
| 1982 | This function is used to add all related commands retieved by `mailcap' | 1982 | This function is used to add all related commands retrieved by `mailcap' |
| 1983 | to the end of the list of defaults just after the default value." | 1983 | to the end of the list of defaults just after the default value." |
| 1984 | (interactive) | 1984 | (interactive) |
| 1985 | (let* ((filename (if (listp minibuffer-default) | 1985 | (let* ((filename (if (listp minibuffer-default) |