]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/nnspool.el
(imap-parse-address-list, imap-parse-body-ext): Disable wrong use of `assert'.
[gnu-emacs] / lisp / gnus / nnspool.el
index ffc0532446a6e15b4edde9a4eb3d6edc1875a330..6a50fb787a7b1657e271aa8406f75d3585dfbd57 100644 (file)
@@ -1,7 +1,7 @@
 ;;; nnspool.el --- spool access for GNU Emacs
 
 ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
-;;               2000, 2002 
+;;               2000, 2002
 ;;               Free Software Foundation, Inc.
 
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
@@ -457,9 +457,10 @@ there.")
        (nnheader-report 'nnspool "No such newsgroup: %s" group)))))
 
 (defun nnspool-article-pathname (group &optional article)
-  "Find the path for GROUP."
+  "Find the file name for GROUP."
   (nnheader-group-pathname group nnspool-spool-directory article))
 
 (provide 'nnspool)
 
+;;; arch-tag: bdac8d27-2934-4eee-bad0-49e6b90c0d05
 ;;; nnspool.el ends here