mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
(syms_of_buffer): Doc fix.
This commit is contained in:
parent
b798e26a69
commit
eb577e2701
1 changed files with 4 additions and 1 deletions
|
|
@ -5760,7 +5760,10 @@ or tab character nearest to the right window edge.
|
|||
If nil, continuation lines are wrapped at the right screen edge.
|
||||
|
||||
This variable has no effect if long lines are truncated (see
|
||||
`truncate-lines' and `truncate-partial-width-windows'). */);
|
||||
`truncate-lines' and `truncate-partial-width-windows'). If you use
|
||||
word-wrapping, you might want to reduce the value of
|
||||
`truncate-partial-width-windows', since wrapping can make text readable
|
||||
in narrower windows. */);
|
||||
|
||||
#ifdef DOS_NT
|
||||
DEFVAR_PER_BUFFER ("buffer-file-type", ¤t_buffer->buffer_file_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue