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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mspools.el,v
Date: Mon, 13 Aug 2007 13:42:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/mail/mspools.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/mspools.el,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- lisp/mail/mspools.el        26 Jul 2007 05:27:13 -0000      1.21
+++ lisp/mail/mspools.el        13 Aug 2007 13:41:26 -0000      1.22
@@ -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]