]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix for article-fill-long-lines
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 19 Jul 2020 01:20:13 +0000 (03:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 19 Jul 2020 01:20:13 +0000 (03:20 +0200)
* lisp/gnus/gnus-art.el (article-fill-long-lines): Mention that it
also respects `fill-column' (bug#41534).

lisp/gnus/gnus-art.el

index 614651afff99c99386a0dfbf254e29f8023536c5..925e48fd5ccae6bc318de0f44013c15b0683c0f8 100644 (file)
@@ -2304,7 +2304,7 @@ long lines if and only if arg is positive."
        (put-text-property start (point) 'gnus-decoration 'header)))))
 
 (defun article-fill-long-lines ()
-  "Fill lines that are wider than the window width."
+  "Fill lines that are wider than the window width or `fill-column'."
   (interactive)
   (save-excursion
     (let ((inhibit-read-only t)