1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; * etc/NEWS: Announce 'shr-fill-text'.

This commit is contained in:
Jim Porter 2024-08-18 14:33:43 -07:00
parent acfd91bc0c
commit b54e8b3741

View File

@ -1406,6 +1406,16 @@ manual "(tramp) Improving performance of asynchronous remote processes".
When a direct asynchronous process is invoked, it uses 'tramp-remote-path'
for setting the remote 'PATH' environment variable.
** SHR
---
*** New option 'shr-fill-text'.
When 'shr-fill-text' is non-nil (the default), SHR will fill text
according to the width of the window. If you customize it to nil, SHR
will leave the text as-is; in that case, EWW will automatically enable
'visual-line-mode' when displaying a page so that long lines are
visually wrapped at word boundaries.
** EWW
---