]> git.eshelyaron.com Git - emacs.git/commitdiff
(minibuffer-default-add-shell-commands): Fix doc-string typo.
authorMartin Rudalics <rudalics@gmx.at>
Thu, 1 Jan 2009 09:14:42 +0000 (09:14 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 1 Jan 2009 09:14:42 +0000 (09:14 +0000)
lisp/ChangeLog
lisp/simple.el

index 10095419752b053b4761fadba55f2f9d46b37f6b..a23979fbd3b5f2246b64f7432c102b7fbc6d80f5 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * simple.el (minibuffer-default-add-shell-commands): Fix
+       doc-string typo.
+
 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
 
        * language/cham.el: Fix setting of composition-function-table.
index ca8ab23c85381f38b75e04e9a1f805579079e5f8..2368dce5b4bf8bdd7b3966c5dc0c97365cb91401 100644 (file)
@@ -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)