]> git.eshelyaron.com Git - emacs.git/commitdiff
(minibuffer-default-add-shell-commands): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 15:01:46 +0000 (15:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 15:01:46 +0000 (15:01 +0000)
lisp/ChangeLog
lisp/simple.el

index 065516e7241d993bcd45bb20c29397caf0fb6c7b..77925f3beb648102c1b5120f2da7fc95616fae56 100644 (file)
@@ -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):
index 5f2ef040272bf4fd113371dd5c77161f7f4e82f1..9636f118932a2c43b9074db9cc1f69f287655396 100644 (file)
@@ -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)