emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 468b02a: Doc fix for article-fill-long-lines


From: Lars Ingebrigtsen
Subject: master 468b02a: Doc fix for article-fill-long-lines
Date: Sat, 18 Jul 2020 21:20:23 -0400 (EDT)

branch: master
commit 468b02a5dabe2413e7dcb0378000f3aa1d7e61fe
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 614651a..925e48f 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]