emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/emacs display.texi


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/doc/emacs display.texi
Date: Sat, 29 Nov 2008 13:35:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/11/29 13:35:52

Modified files:
        doc/emacs      : display.texi 

Log message:
        (Line Truncation): Add reference to Continuation Lines.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/display.texi?cvsroot=emacs&r1=1.12&r2=1.13

Patches:
Index: display.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/display.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- display.texi        31 Aug 2008 02:11:52 -0000      1.12
+++ display.texi        29 Nov 2008 13:35:51 -0000      1.13
@@ -1154,13 +1154,14 @@
 
 @cindex truncation
 @cindex line truncation, and fringes
-  As an alternative to continuation, Emacs can display long lines by
address@hidden  This means that all the characters that do not fit
-in the width of the screen or window do not appear at all.  On
-graphical displays, a small straight arrow in the fringe indicates
-truncation at either end of the line.  On text-only terminals, @samp{$}
-appears in the first column when there is text truncated to the left,
-and in the last column when there is text truncated to the right.
+  As an alternative to continuation (@pxref{Continuation Lines}), Emacs
+can display long lines by @dfn{truncation}.  This means that all the
+characters that do not fit in the width of the screen or window do not
+appear at all.  On graphical displays, a small straight arrow in the
+fringe indicates truncation at either end of the line.  On text-only
+terminals, @samp{$} appears in the first column when there is text
+truncated to the left, and in the last column when there is text
+truncated to the right.
 
 @vindex truncate-lines
 @findex toggle-truncate-lines




reply via email to

[Prev in Thread] Current Thread [Next in Thread]