]> git.eshelyaron.com Git - emacs.git/commitdiff
Document `word-wrap'.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 24 Jun 2008 18:04:44 +0000 (18:04 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 24 Jun 2008 18:04:44 +0000 (18:04 +0000)
etc/NEWS

index 813f7eb99ca6abea3611b654d9fec854253387ff..71206bd5a4cbd85740f751bd1d2b41dd71b29f52 100644 (file)
--- 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.