From 468b02a5dabe2413e7dcb0378000f3aa1d7e61fe Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 19 Jul 2020 03:20:13 +0200 Subject: [PATCH] Doc fix for article-fill-long-lines * lisp/gnus/gnus-art.el (article-fill-long-lines): Mention that it also respects `fill-column' (bug#41534). --- lisp/gnus/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 614651afff9..925e48fd5cc 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -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) -- 2.39.5