aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2008-11-29 13:35:07 +0000
committerMartin Rudalics2008-11-29 13:35:07 +0000
commit6cb2ca707085f5cc04a79475b2151112eebbb811 (patch)
tree960b30cf8bc18ba779e5f5f787da465c2c147ecc
parent2a472ee428aa3e73a6af77501bad9f2b3f0755a2 (diff)
downloademacs-6cb2ca707085f5cc04a79475b2151112eebbb811.tar.gz
emacs-6cb2ca707085f5cc04a79475b2151112eebbb811.zip
(Split Window): Add reference to Continuation Lines.
-rw-r--r--doc/emacs/windows.texi24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index 23715dcfe2a..b2e2de6dd02 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -108,18 +108,18 @@ your click.
108 108
109@vindex truncate-partial-width-windows 109@vindex truncate-partial-width-windows
110 When a window occupies less than the full width of the frame, it may 110 When a window occupies less than the full width of the frame, it may
111become too narrow for most of the text lines in its buffer. If most 111become too narrow for most of the text lines in its buffer. If most of
112of its lines are continued, the buffer may become difficult to read. 112its lines are continued (@pxref{Continuation Lines}), the buffer may
113Therefore, Emacs automatically truncates lines if the window width 113become difficult to read. Therefore, Emacs automatically truncates
114becomes narrower than 50 columns. This truncation occurs regardless 114lines if the window width becomes narrower than 50 columns. This
115of the value of the variable @code{truncate-lines} (@pxref{Line 115truncation occurs regardless of the value of the variable
116Truncation}); it is instead controlled by the variable 116@code{truncate-lines} (@pxref{Line Truncation}); it is instead
117@code{truncate-partial-width-windows}. If the value of 117controlled by the variable @code{truncate-partial-width-windows}. If
118@code{truncate-partial-width-windows} is a positive integer (the 118the value of @code{truncate-partial-width-windows} is a positive integer
119default is 50), that specifies the minimum width for a partial-width 119(the default is 50), that specifies the minimum width for a
120window before automatic line truncation occurs; if the value is 120partial-width window before automatic line truncation occurs; if the
121@code{nil}, automatic line truncation is disabled; and for any other 121value is @code{nil}, automatic line truncation is disabled; and for any
122non-@code{nil} value, Emacs truncates lines in every partial-width 122other non-@code{nil} value, Emacs truncates lines in every partial-width
123window regardless of its width. 123window regardless of its width.
124 124
125 Horizontal scrolling is often used in side-by-side windows. 125 Horizontal scrolling is often used in side-by-side windows.