From 93bea98b3b7b60c3d25acf1839e46b3745c56acf Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 28 Sep 2000 14:46:24 +0000 Subject: [PATCH] (Continuation Lines): Add description of toggle-truncate-lines. --- man/basic.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/basic.texi b/man/basic.texi index bda60c4029f..8fd03381e5a 100644 --- a/man/basic.texi +++ b/man/basic.texi @@ -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. -- 2.39.5