diff options
Diffstat (limited to 'src')
| -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. | |||
| 5760 | If nil, continuation lines are wrapped at the right screen edge. | 5760 | If nil, continuation lines are wrapped at the right screen edge. |
| 5761 | 5761 | ||
| 5762 | This variable has no effect if long lines are truncated (see | 5762 | This variable has no effect if long lines are truncated (see |
| 5763 | `truncate-lines' and `truncate-partial-width-windows'). */); | 5763 | `truncate-lines' and `truncate-partial-width-windows'). If you use |
| 5764 | word-wrapping, you might want to reduce the value of | ||
| 5765 | `truncate-partial-width-windows', since wrapping can make text readable | ||
| 5766 | in narrower windows. */); | ||
| 5764 | 5767 | ||
| 5765 | #ifdef DOS_NT | 5768 | #ifdef DOS_NT |
| 5766 | DEFVAR_PER_BUFFER ("buffer-file-type", ¤t_buffer->buffer_file_type, | 5769 | DEFVAR_PER_BUFFER ("buffer-file-type", ¤t_buffer->buffer_file_type, |