diff options
| author | Glenn Morris <rgm@gnu.org> | 2008-08-29 06:50:34 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2008-08-29 06:50:34 +0000 |
| commit | eb577e2701ec2d18d3af84751b06c3e7201e446a (patch) | |
| tree | 3b0e4b9953b938d0724b99b7a0dd2cad255734ea /src/buffer.c | |
| parent | b798e26a6926d7a4466da65ed27b1fcee51d0167 (diff) | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 2cbd5f41b13..70283ffb18a 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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, |
