aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-16 10:21:59 +0000
committerRichard M. Stallman2005-02-16 10:21:59 +0000
commit79c535270d8f1aa2804d8d767aead7719f8cf12e (patch)
treea7d8e200a6c30b0fcea1010eb901168f0ada3732
parent3b6f40c520b045580d2a5f4c4c66a9d2e52c2f08 (diff)
downloademacs-79c535270d8f1aa2804d8d767aead7719f8cf12e.tar.gz
emacs-79c535270d8f1aa2804d8d767aead7719f8cf12e.zip
(Split Window): Simplify line truncation info
and xref to Display Custom.
-rw-r--r--man/windows.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/windows.texi b/man/windows.texi
index 0d90a3b2e0c..092a678901b 100644
--- a/man/windows.texi
+++ b/man/windows.texi
@@ -109,15 +109,15 @@ scroll bar, the mode line of the split window is side by side with
109your click. 109your click.
110 110
111@vindex truncate-partial-width-windows 111@vindex truncate-partial-width-windows
112 When a window is less than the full width, text lines too long to fit are 112 When a window is less than the full width, text lines too long to
113frequent. Continuing all those lines might be confusing. The variable 113fit are frequent. Continuing all those lines might be confusing, so
114@code{truncate-partial-width-windows} can be set non-@code{nil} to force 114if the variable @code{truncate-partial-width-windows} is
115truncation in all windows less than the full width of the screen, 115non-@code{nil}, that forces truncation in all windows less than the
116independent of the buffer being displayed and its value for 116full width of the screen, independent of the buffer being displayed
117@code{truncate-lines}. @xref{Continuation Lines}.@refill 117and its value for @code{truncate-lines}. @xref{Display Custom}.
118 118
119 Horizontal scrolling is often used in side-by-side windows. 119 Horizontal scrolling is often used in side-by-side windows.
120@xref{Display}. 120@xref{Horizontal Scrolling}.
121 121
122@vindex split-window-keep-point 122@vindex split-window-keep-point
123 If @code{split-window-keep-point} is non-@code{nil}, the default, 123 If @code{split-window-keep-point} is non-@code{nil}, the default,