(nnml-use-compressed-files): Fix typo in docstring.
authorRomain Francoise <romain@orebokech.com>
Sat, 13 Jan 2007 17:16:57 +0000 (17:16 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 13 Jan 2007 17:16:57 +0000 (17:16 +0000)
lisp/ChangeLog
lisp/nnml.el

index afe5f58..8c72976 100644 (file)
@@ -1,6 +1,11 @@
+2007-01-13  Romain Francoise  <romain@orebokech.com>
+
+       * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
+       Update copyright.
+
 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
 
-       * gnus-sum.el (gnus-summary-reparent-children): Fix type in doc string.
+       * gnus-sum.el (gnus-summary-reparent-children): Fix typo in docstring.
 
 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
 
index 61d1987..f9ff8f6 100644 (file)
@@ -1,7 +1,7 @@
 ;;; nnml.el --- mail spool access for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
 ;; Authors: Didier Verna <didier@xemacs.org> (adding compaction)
 ;;     Simon Josefsson <simon@josefsson.org> (adding MARKS)
@@ -88,7 +88,7 @@ marks file will be regenerated properly by Gnus.")
   "If non-nil, allow using compressed message files.
 
 If it is a string, use it as the file extension which specifies
-the comression program.  You can set it to \".bz2\" if your Emacs
+the compression program.  You can set it to \".bz2\" if your Emacs
 supports auto-compression using the bzip2 program.  A value of t
 is equivalent to \".gz\".")