diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-28 14:46:24 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-28 14:46:24 +0000 |
commit | 93bea98b3b7b60c3d25acf1839e46b3745c56acf (patch) | |
tree | cc55ba9b7c7b8bb82caf25d84f117c9028233935 /man/basic.texi | |
parent | c1699282747164d60c10b5284fd8c70f8a50b725 (diff) | |
download | emacs-93bea98b3b7b60c3d25acf1839e46b3745c56acf.tar.gz |
(Continuation Lines): Add description of
toggle-truncate-lines.
Diffstat (limited to 'man/basic.texi')
-rw-r--r-- | man/basic.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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. |