diff options
| author | Martin Rudalics | 2008-11-29 13:35:07 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-29 13:35:07 +0000 |
| commit | 6cb2ca707085f5cc04a79475b2151112eebbb811 (patch) | |
| tree | 960b30cf8bc18ba779e5f5f787da465c2c147ecc | |
| parent | 2a472ee428aa3e73a6af77501bad9f2b3f0755a2 (diff) | |
| download | emacs-6cb2ca707085f5cc04a79475b2151112eebbb811.tar.gz emacs-6cb2ca707085f5cc04a79475b2151112eebbb811.zip | |
(Split Window): Add reference to Continuation Lines.
| -rw-r--r-- | doc/emacs/windows.texi | 24 |
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 |
| 111 | become too narrow for most of the text lines in its buffer. If most | 111 | become too narrow for most of the text lines in its buffer. If most of |
| 112 | of its lines are continued, the buffer may become difficult to read. | 112 | its lines are continued (@pxref{Continuation Lines}), the buffer may |
| 113 | Therefore, Emacs automatically truncates lines if the window width | 113 | become difficult to read. Therefore, Emacs automatically truncates |
| 114 | becomes narrower than 50 columns. This truncation occurs regardless | 114 | lines if the window width becomes narrower than 50 columns. This |
| 115 | of the value of the variable @code{truncate-lines} (@pxref{Line | 115 | truncation occurs regardless of the value of the variable |
| 116 | Truncation}); 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 | 117 | controlled by the variable @code{truncate-partial-width-windows}. If |
| 118 | @code{truncate-partial-width-windows} is a positive integer (the | 118 | the value of @code{truncate-partial-width-windows} is a positive integer |
| 119 | default is 50), that specifies the minimum width for a partial-width | 119 | (the default is 50), that specifies the minimum width for a |
| 120 | window before automatic line truncation occurs; if the value is | 120 | partial-width window before automatic line truncation occurs; if the |
| 121 | @code{nil}, automatic line truncation is disabled; and for any other | 121 | value is @code{nil}, automatic line truncation is disabled; and for any |
| 122 | non-@code{nil} value, Emacs truncates lines in every partial-width | 122 | other non-@code{nil} value, Emacs truncates lines in every partial-width |
| 123 | window regardless of its width. | 123 | window 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. |