Synch to No Gnus 200512210729.
authoryamaoka <yamaoka>
Wed, 21 Dec 2005 07:30:08 +0000 (07:30 +0000)
committeryamaoka <yamaoka>
Wed, 21 Dec 2005 07:30:08 +0000 (07:30 +0000)
lisp/nnrss.el

index 73ce663..a43b5fb 100644 (file)
@@ -265,7 +265,7 @@ The return value will be `html' or `text'."
                                (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))