projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f6461
)
Doc fix for article-fill-long-lines
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 19 Jul 2020 01:20:13 +0000
(
03:20
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 19 Jul 2020 01:20:13 +0000
(
03:20
+0200)
* lisp/gnus/gnus-art.el (article-fill-long-lines): Mention that it
also respects `fill-column' (bug#41534).
lisp/gnus/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-art.el
b/lisp/gnus/gnus-art.el
index 614651afff99c99386a0dfbf254e29f8023536c5..925e48fd5ccae6bc318de0f44013c15b0683c0f8 100644
(file)
--- 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)