Mercurial > emacs
changeset 31952:9ab15b2742ba
(Continuation Lines): Add description of
toggle-truncate-lines.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 28 Sep 2000 14:46:24 +0000 |
parents | bd3d00aa97bf |
children | 2ac25d43950b |
files | man/basic.texi |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.