diff options
| author | Glenn Morris | 2008-08-29 06:50:34 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-29 06:50:34 +0000 |
| commit | eb577e2701ec2d18d3af84751b06c3e7201e446a (patch) | |
| tree | 3b0e4b9953b938d0724b99b7a0dd2cad255734ea /src/buffer.c | |
| parent | b798e26a6926d7a4466da65ed27b1fcee51d0167 (diff) | |
| download | emacs-eb577e2701ec2d18d3af84751b06c3e7201e446a.tar.gz emacs-eb577e2701ec2d18d3af84751b06c3e7201e446a.zip | |
(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. | |||
| 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, |