# HG changeset patch # User Gerd Moellmann # Date 970152384 0 # Node ID 9ab15b2742ba7da4a804ecccfc5fb6fa1e32095b # Parent bd3d00aa97bf58e527f7e7550d0da19f9c2423b6 (Continuation Lines): Add description of toggle-truncate-lines. diff -r bd3d00aa97bf -r 9ab15b2742ba man/basic.texi --- a/man/basic.texi Thu Sep 28 14:33:56 2000 +0000 +++ b/man/basic.texi Thu Sep 28 14:46:24 2000 +0000 @@ -473,6 +473,7 @@ 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 @@ 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.