diff options
| author | Martin Rudalics | 2008-11-29 13:36:10 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-29 13:36:10 +0000 |
| commit | 9c6361c98bf378474cac35b6f9b3330ba66e91ce (patch) | |
| tree | 80a726b40f434f646d72512a22f6202bebf35ee5 | |
| parent | 6cb2ca707085f5cc04a79475b2151112eebbb811 (diff) | |
| download | emacs-9c6361c98bf378474cac35b6f9b3330ba66e91ce.tar.gz emacs-9c6361c98bf378474cac35b6f9b3330ba66e91ce.zip | |
(Line Truncation): Add reference to Continuation Lines.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/display.texi | 15 |
2 files changed, 12 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 321e04d5a0a..bf348ce3f77 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2008-11-29 Martin Rudalics <rudalics@gmx.at> | 1 | 2008-11-29 Martin Rudalics <rudalics@gmx.at> |
| 2 | 2 | ||
| 3 | * display.texi (Line Truncation): Add reference to Continuation | ||
| 4 | Lines. | ||
| 5 | |||
| 3 | * windows.texi (Pop Up Window): Mention split-height-threshold | 6 | * windows.texi (Pop Up Window): Mention split-height-threshold |
| 4 | and split-width-threshold. | 7 | and split-width-threshold. |
| 8 | (Split Window): Add reference to Continuation Lines. | ||
| 5 | 9 | ||
| 6 | 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com> | 10 | 2008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 7 | 11 | ||
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 4c3ba1f9a93..52979dbc72c 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1154,13 +1154,14 @@ global-hl-line-mode} enables or disables the same mode globally. | |||
| 1154 | 1154 | ||
| 1155 | @cindex truncation | 1155 | @cindex truncation |
| 1156 | @cindex line truncation, and fringes | 1156 | @cindex line truncation, and fringes |
| 1157 | As an alternative to continuation, Emacs can display long lines by | 1157 | As an alternative to continuation (@pxref{Continuation Lines}), Emacs |
| 1158 | @dfn{truncation}. This means that all the characters that do not fit | 1158 | can display long lines by @dfn{truncation}. This means that all the |
| 1159 | in the width of the screen or window do not appear at all. On | 1159 | characters that do not fit in the width of the screen or window do not |
| 1160 | graphical displays, a small straight arrow in the fringe indicates | 1160 | appear at all. On graphical displays, a small straight arrow in the |
| 1161 | truncation at either end of the line. On text-only terminals, @samp{$} | 1161 | fringe indicates truncation at either end of the line. On text-only |
| 1162 | appears in the first column when there is text truncated to the left, | 1162 | terminals, @samp{$} appears in the first column when there is text |
| 1163 | and in the last column when there is text truncated to the right. | 1163 | truncated to the left, and in the last column when there is text |
| 1164 | truncated to the right. | ||
| 1164 | 1165 | ||
| 1165 | @vindex truncate-lines | 1166 | @vindex truncate-lines |
| 1166 | @findex toggle-truncate-lines | 1167 | @findex toggle-truncate-lines |