emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c0593bf 2/2: Clarify Gnus doc string


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master c0593bf 2/2: Clarify Gnus doc string
Date: Thu, 12 Apr 2018 10:33:56 -0400 (EDT)

branch: master
commit c0593bfc7c37d73ef65c4dad4071495200fd76e4
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Clarify Gnus doc string
    
    * lisp/gnus/gnus-cite.el (gnus-article-fill-cited-article):
    Clarify doc string (bug#24578).
---
 lisp/gnus/gnus-cite.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el
index d7dc089..bbf9e52 100644
--- a/lisp/gnus/gnus-cite.el
+++ b/lisp/gnus/gnus-cite.el
@@ -481,8 +481,13 @@ Lines matching `gnus-cite-attribution-suffix' and perhaps
 (defun gnus-article-fill-cited-article (&optional width long-lines)
   "Do word wrapping in the current article.
 If WIDTH (the numerical prefix), use that text width when
-filling.  If LONG-LINES, only fill sections that have lines
-longer than the frame width."
+filling.
+
+If LONG-LINES, only fill sections that have lines longer than the
+frame width.
+
+Sections that are heuristically interpreted as not being
+text (i.e., computer code and the like) will not be folded."
   (interactive "P")
   (with-current-buffer gnus-article-buffer
     (let ((buffer-read-only nil)



reply via email to

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