emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/mspools.el, v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mspools.el, v [EMACS_22_BASE]
Date: Wed, 08 Aug 2007 07:18:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/08 07:18:15

Index: mspools.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/mspools.el,v
retrieving revision 1.20.2.1
retrieving revision 1.20.2.2
diff -u -b -r1.20.2.1 -r1.20.2.2
--- mspools.el  25 Jul 2007 04:27:23 -0000      1.20.2.1
+++ mspools.el  8 Aug 2007 07:18:14 -0000       1.20.2.2
@@ -398,7 +398,7 @@
     ))
 
 (defun mspools-size-folder (spool)
-  "Return (SPOOL . SIZE ) iff SIZE of spool file is non-zero."
+  "Return (SPOOL . SIZE ), if SIZE of spool file is non-zero."
   ;; 7th file attribute is the size of the file in bytes.
   (let ((file (concat mspools-folder-directory spool))
        size)




reply via email to

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