Mercurial > emacs
diff src/buffer.c @ 97810:ec7f95140247
(syms_of_buffer): Doc fix.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Fri, 29 Aug 2008 06:50:34 +0000 |
| parents | 6c695773401d |
| children | b0d74e2658b7 |
line wrap: on
line diff
--- a/src/buffer.c Fri Aug 29 06:43:49 2008 +0000 +++ b/src/buffer.c Fri Aug 29 06:50:34 2008 +0000 @@ -5760,7 +5760,10 @@ 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,
