emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog simple.el


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/lisp ChangeLog simple.el
Date: Thu, 01 Jan 2009 09:14:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       09/01/01 09:14:46

Modified files:
        lisp           : ChangeLog simple.el 

Log message:
        (minibuffer-default-add-shell-commands): Fix doc-string typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15022&r2=1.15023
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/simple.el?cvsroot=emacs&r1=1.961&r2=1.962

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15022
retrieving revision 1.15023
diff -u -b -r1.15022 -r1.15023
--- ChangeLog   1 Jan 2009 07:46:23 -0000       1.15022
+++ ChangeLog   1 Jan 2009 09:14:42 -0000       1.15023
@@ -1,3 +1,8 @@
+2009-01-01  Martin Rudalics  <address@hidden>
+
+       * simple.el (minibuffer-default-add-shell-commands): Fix
+       doc-string typo.
+
 2009-01-01  Chong Yidong  <address@hidden>
 
        * language/cham.el: Fix setting of composition-function-table.

Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.961
retrieving revision 1.962
diff -u -b -r1.961 -r1.962
--- simple.el   1 Jan 2009 03:36:43 -0000       1.961
+++ simple.el   1 Jan 2009 09:14:45 -0000       1.962
@@ -1995,7 +1995,7 @@
 (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]