diff options
| author | Miles Bader | 2005-02-18 00:41:50 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-02-18 00:41:50 +0000 |
| commit | 8d46efcc0f2045a1e5a2739c55ba6a88fbf4bcfc (patch) | |
| tree | bc968a02587d51199537bb335d5494e756e35fdf /man/basic.texi | |
| parent | 8589dc17f80450f5773a2d449fa6d94c9bb04fe3 (diff) | |
| parent | 9b516537a9899900647d4eae5ec8778e6837ad3c (diff) | |
| download | emacs-8d46efcc0f2045a1e5a2739c55ba6a88fbf4bcfc.tar.gz emacs-8d46efcc0f2045a1e5a2739c55ba6a88fbf4bcfc.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Move Gnus images into etc/images
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-105
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
Update from CVS: lisp/imap.el (imap-log): Doc fix.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16
Merge from emacs--cvs-trunk--0
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/man/basic.texi b/man/basic.texi index 6a8ffc0000f..487e9579ece 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -544,25 +544,16 @@ character that indicates continuation. | |||
| 544 | a line gets too long. Continuation on the screen does not do that. Use | 544 | a line gets too long. Continuation on the screen does not do that. Use |
| 545 | Auto Fill mode (@pxref{Filling}) if that's what you want. | 545 | Auto Fill mode (@pxref{Filling}) if that's what you want. |
| 546 | 546 | ||
| 547 | @vindex truncate-lines | ||
| 548 | @cindex truncation | 547 | @cindex truncation |
| 549 | @cindex line truncation, and fringes | 548 | @cindex line truncation, and fringes |
| 550 | As an alternative to continuation, Emacs can display long lines by | 549 | As an alternative to continuation, Emacs can display long lines by |
| 551 | @dfn{truncation}. This means that all the characters that do not fit | 550 | @dfn{truncation}. This means that all the characters that do not fit |
| 552 | in the width of the screen or window do not appear at all. They | 551 | in the width of the screen or window do not appear at all. @samp{$} |
| 553 | remain in the buffer, temporarily invisible. On terminals, @samp{$} | 552 | in the last column or a small straight arrow in the fringe to the |
| 554 | in the last column informs you that the line has been truncated on the | 553 | right of the window indicates a truncated line. |
| 555 | display. On window systems, a small straight arrow in the fringe to | 554 | |
| 556 | the right of the window indicates a truncated line. | 555 | @xref{Display Custom}, for more information about line truncation, |
| 557 | 556 | and other variables that affect how text is displayed. | |
| 558 | @findex toggle-truncate-lines | ||
| 559 | Truncation instead of continuation happens whenever horizontal | ||
| 560 | scrolling is in use, and optionally in all side-by-side windows | ||
| 561 | (@pxref{Windows}). You can enable or disable truncation for a | ||
| 562 | particular buffer with the command @kbd{M-x toggle-truncate-lines}. | ||
| 563 | |||
| 564 | @xref{Display Custom}, for additional variables that affect how text is | ||
| 565 | displayed. | ||
| 566 | 557 | ||
| 567 | @node Position Info | 558 | @node Position Info |
| 568 | @section Cursor Position Information | 559 | @section Cursor Position Information |