# HG changeset patch # User Richard M. Stallman # Date 1108549319 0 # Node ID a07572b6589b769ee2287a9337c86df854c713c2 # Parent 63c8eb0c25c03b323828a8b6bb19f31aef632968 (Split Window): Simplify line truncation info and xref to Display Custom. diff -r 63c8eb0c25c0 -r a07572b6589b man/windows.texi --- a/man/windows.texi Wed Feb 16 10:21:18 2005 +0000 +++ b/man/windows.texi Wed Feb 16 10:21:59 2005 +0000 @@ -109,15 +109,15 @@ your click. @vindex truncate-partial-width-windows - When a window is less than the full width, text lines too long to fit are -frequent. Continuing all those lines might be confusing. The variable -@code{truncate-partial-width-windows} can be set non-@code{nil} to force -truncation in all windows less than the full width of the screen, -independent of the buffer being displayed and its value for -@code{truncate-lines}. @xref{Continuation Lines}.@refill + When a window is less than the full width, text lines too long to +fit are frequent. Continuing all those lines might be confusing, so +if the variable @code{truncate-partial-width-windows} is +non-@code{nil}, that forces truncation in all windows less than the +full width of the screen, independent of the buffer being displayed +and its value for @code{truncate-lines}. @xref{Display Custom}. Horizontal scrolling is often used in side-by-side windows. -@xref{Display}. +@xref{Horizontal Scrolling}. @vindex split-window-keep-point If @code{split-window-keep-point} is non-@code{nil}, the default,