]> git.eshelyaron.com Git - emacs.git/commitdiff
(Continuation Lines): Add description of
authorGerd Moellmann <gerd@gnu.org>
Thu, 28 Sep 2000 14:46:24 +0000 (14:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 28 Sep 2000 14:46:24 +0000 (14:46 +0000)
toggle-truncate-lines.

man/basic.texi

index bda60c4029fe09b5122d3f032a822fed7a538957..8fd03381e5a5e24a8da4af64e1c29260d7cc1a7c 100644 (file)
@@ -473,6 +473,7 @@ a line gets too long.  Continuation on the screen does not do that.  Use
 Auto Fill mode (@pxref{Filling}) if that's what you want.
 
 @vindex truncate-lines
+@findex toggle-truncate-lines
 @cindex truncation
   As an alternative to continuation, Emacs can display long lines by
 @dfn{truncation}.  This means that all the characters that do not fit in
@@ -489,6 +490,9 @@ buffer.  (@xref{Variables}.)  Altering the value of
 time, the default value is in effect.  The default is initially
 @code{nil}.  @xref{Locals}.
 
+  The command @kbd{M-x toggle-truncate-lines} toggles the display
+between continuation and truncation.
+
   @xref{Display Vars}, for additional variables that affect how text is
 displayed.