(nnrss-request-article): Fix comment.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 21 Dec 2005 07:29:52 +0000 (07:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 21 Dec 2005 07:29:52 +0000 (07:29 +0000)
lisp/nnrss.el

index f1ca668..b99b90b 100644 (file)
@@ -226,7 +226,7 @@ for decoding when the cdr that the data specify is not available.")
                              (max 1 (/ (* (window-width window) 7) 8))))
                      (fill-region (point) (point-max))
                      (goto-char (point-max))
-                     ;; XEmacs version of `fill-column' inserts newline.
+                     ;; XEmacs version of `fill-region' inserts newline.
                      (unless (bolp)
                        (insert "\n"))))
                (goto-char (point-max))