comparison 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
comparison
equal deleted inserted replaced
96238:1bb123f7f691 96239:2f2e5059ea17
336 possible completions, rather than stopping at the common prefix. 336 possible completions, rather than stopping at the common prefix.
337 337
338 *** `completion-auto-help' can be set to `lazy' to list the completions only 338 *** `completion-auto-help' can be set to `lazy' to list the completions only
339 if you repeat the completion. This was already supported in 339 if you repeat the completion. This was already supported in
340 `partial-completion-mode'. 340 `partial-completion-mode'.
341
342 ** Continuation lines can be wrapped at word boundaries
343 (word-wrapping) instead of the right window edge. The new per-buffer
344 variable `word-wrap', if non-nil turns on word-wrapping. Word
345 wrapping does not take place if continuation lines are not shown,
346 e.g. if truncate-lines is non-nil.
341 347
342 ** Miscellaneous changes: 348 ** Miscellaneous changes:
343 349
344 *** C-l is bound to the new command recenter-top-bottom, rather than recenter. 350 *** C-l is bound to the new command recenter-top-bottom, rather than recenter.
345 This moves the current line to window center, top and bottom on 351 This moves the current line to window center, top and bottom on