aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2008-11-29 13:36:10 +0000
committerMartin Rudalics2008-11-29 13:36:10 +0000
commit9c6361c98bf378474cac35b6f9b3330ba66e91ce (patch)
tree80a726b40f434f646d72512a22f6202bebf35ee5
parent6cb2ca707085f5cc04a79475b2151112eebbb811 (diff)
downloademacs-9c6361c98bf378474cac35b6f9b3330ba66e91ce.tar.gz
emacs-9c6361c98bf378474cac35b6f9b3330ba66e91ce.zip
(Line Truncation): Add reference to Continuation Lines.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/display.texi15
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 @@
12008-11-29 Martin Rudalics <rudalics@gmx.at> 12008-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
62008-11-28 Adrian Robert <Adrian.B.Robert@gmail.com> 102008-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 1158can display long lines by @dfn{truncation}. This means that all the
1159in the width of the screen or window do not appear at all. On 1159characters that do not fit in the width of the screen or window do not
1160graphical displays, a small straight arrow in the fringe indicates 1160appear at all. On graphical displays, a small straight arrow in the
1161truncation at either end of the line. On text-only terminals, @samp{$} 1161fringe indicates truncation at either end of the line. On text-only
1162appears in the first column when there is text truncated to the left, 1162terminals, @samp{$} appears in the first column when there is text
1163and in the last column when there is text truncated to the right. 1163truncated to the left, and in the last column when there is text
1164truncated to the right.
1164 1165
1165@vindex truncate-lines 1166@vindex truncate-lines
1166@findex toggle-truncate-lines 1167@findex toggle-truncate-lines