aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2018-04-12 16:33:36 +0200
committerLars Ingebrigtsen2018-04-12 16:33:36 +0200
commitc0593bfc7c37d73ef65c4dad4071495200fd76e4 (patch)
treea7c7a42b5f6dc5a69847796fde0a24fa90697ea8
parentaa9d9e5e100663c38889c8db8989cb9184dfaa08 (diff)
downloademacs-c0593bfc7c37d73ef65c4dad4071495200fd76e4.tar.gz
emacs-c0593bfc7c37d73ef65c4dad4071495200fd76e4.zip
Clarify Gnus doc string
* lisp/gnus/gnus-cite.el (gnus-article-fill-cited-article): Clarify doc string (bug#24578).
-rw-r--r--lisp/gnus/gnus-cite.el9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el
index d7dc0897a5c..bbf9e527db7 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
481(defun gnus-article-fill-cited-article (&optional width long-lines) 481(defun gnus-article-fill-cited-article (&optional width long-lines)
482 "Do word wrapping in the current article. 482 "Do word wrapping in the current article.
483If WIDTH (the numerical prefix), use that text width when 483If WIDTH (the numerical prefix), use that text width when
484filling. If LONG-LINES, only fill sections that have lines 484filling.
485longer than the frame width." 485
486If LONG-LINES, only fill sections that have lines longer than the
487frame width.
488
489Sections that are heuristically interpreted as not being
490text (i.e., computer code and the like) will not be folded."
486 (interactive "P") 491 (interactive "P")
487 (with-current-buffer gnus-article-buffer 492 (with-current-buffer gnus-article-buffer
488 (let ((buffer-read-only nil) 493 (let ((buffer-read-only nil)