Mercurial > emacs
diff etc/NEWS @ 96239:2f2e5059ea17
Document `word-wrap'.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Tue, 24 Jun 2008 18:04:44 +0000 |
| parents | 07ecdd924140 |
| children | 676dd253c861 |
line wrap: on
line diff
--- 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.
