1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

* src/buffer.c (truncate-lines): Doc fix.

This commit is contained in:
Glenn Morris 2011-09-24 19:30:31 -07:00
parent 728518c3e4
commit 32bbb17c0e
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2011-09-25 Glenn Morris <rgm@gnu.org>
* buffer.c (truncate-lines): Doc fix.
2011-09-24 Chong Yidong <cyd@stupidchicken.com>
* window.c (Fwindow_prev_buffers, Fset_window_prev_buffers)

View file

@ -5493,7 +5493,9 @@ Instead, give each line of text just one screen line.
Note that this is overridden by the variable
`truncate-partial-width-windows' if that variable is non-nil
and this buffer is not full-frame width. */);
and this buffer is not full-frame width.
Minibuffers set this variable to nil. */);
DEFVAR_PER_BUFFER ("word-wrap", &BVAR (current_buffer, word_wrap), Qnil,
doc: /* *Non-nil means to use word-wrapping for continuation lines.