]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify Gnus doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2018 14:33:36 +0000 (16:33 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2018 14:33:36 +0000 (16:33 +0200)
* lisp/gnus/gnus-cite.el (gnus-article-fill-cited-article):
Clarify doc string (bug#24578).

lisp/gnus/gnus-cite.el

index d7dc0897a5cc23ee7f97ff6c69880d2954849f68..bbf9e527db717c1b86b28a07a4df534f611f60ee 100644 (file)
@@ -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)