# HG changeset patch # User Chong Yidong # Date 1214330684 0 # Node ID 2f2e5059ea17711ece6d4783b6e289a4e65d2063 # Parent 1bb123f7f69141afdcba396962177d506e7910c5 Document `word-wrap'. diff -r 1bb123f7f691 -r 2f2e5059ea17 etc/NEWS --- a/etc/NEWS Tue Jun 24 18:00:20 2008 +0000 +++ b/etc/NEWS Tue Jun 24 18:04:44 2008 +0000 @@ -339,6 +339,12 @@ if you repeat the completion. This was already supported in `partial-completion-mode'. +** Continuation lines can be wrapped at word boundaries +(word-wrapping) instead of the right window edge. The new per-buffer +variable `word-wrap', if non-nil turns on word-wrapping. Word +wrapping does not take place if continuation lines are not shown, +e.g. if truncate-lines is non-nil. + ** Miscellaneous changes: *** C-l is bound to the new command recenter-top-bottom, rather than recenter.