aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-08-29 06:50:34 +0000
committerGlenn Morris2008-08-29 06:50:34 +0000
commiteb577e2701ec2d18d3af84751b06c3e7201e446a (patch)
tree3b0e4b9953b938d0724b99b7a0dd2cad255734ea /src
parentb798e26a6926d7a4466da65ed27b1fcee51d0167 (diff)
downloademacs-eb577e2701ec2d18d3af84751b06c3e7201e446a.tar.gz
emacs-eb577e2701ec2d18d3af84751b06c3e7201e446a.zip
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c5
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.
5760If nil, continuation lines are wrapped at the right screen edge. 5760If nil, continuation lines are wrapped at the right screen edge.
5761 5761
5762This variable has no effect if long lines are truncated (see 5762This 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
5764word-wrapping, you might want to reduce the value of
5765`truncate-partial-width-windows', since wrapping can make text readable
5766in narrower windows. */);
5764 5767
5765#ifdef DOS_NT 5768#ifdef DOS_NT
5766 DEFVAR_PER_BUFFER ("buffer-file-type", &current_buffer->buffer_file_type, 5769 DEFVAR_PER_BUFFER ("buffer-file-type", &current_buffer->buffer_file_type,