aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-06-24 18:04:44 +0000
committerChong Yidong <[email protected]>2008-06-24 18:04:44 +0000
commit85b1de329dc7a6e1076aaf6b2a027179a8c222b1 (patch)
tree393f480abacb34132ac734967cf4f01f58937fe9 /etc/NEWS
parent6de3804e94bf180ff8449552fc8563a7c31503a3 (diff)
Document `word-wrap'.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 813f7eb99c..71206bd5a4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -339,6 +339,12 @@ possible completions, rather than stopping at the common prefix.
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.