Mercurial > emacs
changeset 96239:2f2e5059ea17
Document `word-wrap'.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 24 Jun 2008 18:04:44 +0000 |
parents | 1bb123f7f691 |
children | d49e0625d346 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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.