diff options
| author | Gerd Moellmann | 2001-01-10 15:24:55 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-10 15:24:55 +0000 |
| commit | 457b792c1ee8d3d0708c181c0f65eee35bb6ce23 (patch) | |
| tree | d6d0a4b93d3bc2218cd0e969138120a9761bf98d /man | |
| parent | bffc71d670d20d5ea88aa86dda8b4c04c1bc3073 (diff) | |
| download | emacs-457b792c1ee8d3d0708c181c0f65eee35bb6ce23.tar.gz emacs-457b792c1ee8d3d0708c181c0f65eee35bb6ce23.zip | |
*** empty log message ***
Diffstat (limited to 'man')
| -rw-r--r-- | man/basic.texi | 25 | ||||
| -rw-r--r-- | man/mule.texi | 7 |
2 files changed, 22 insertions, 10 deletions
diff --git a/man/basic.texi b/man/basic.texi index f75a446f27e..c323e1064b1 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -464,11 +464,16 @@ nonblank line. | |||
| 464 | @cindex wrapping | 464 | @cindex wrapping |
| 465 | @cindex line wrapping | 465 | @cindex line wrapping |
| 466 | If you add too many characters to one line without breaking it with | 466 | If you add too many characters to one line without breaking it with |
| 467 | @key{RET}, the line will grow to occupy two (or more) lines on the screen, | 467 | @key{RET}, the line will grow to occupy two (or more) lines on the |
| 468 | with a @samp{\} at the extreme right margin of all but the last of them. | 468 | screen. On terminals, one or more @samp{\} characters are displayed |
| 469 | The @samp{\} says that the following screen line is not really a distinct | 469 | at the extreme right margin of all but the last of them. The @samp{\} |
| 470 | line in the text, but just the @dfn{continuation} of a line too long to fit | 470 | characters say that the following screen line is not really a distinct |
| 471 | the screen. Continuation is also called @dfn{line wrapping}. | 471 | line in the text, but just the @dfn{continuation} of a line too long |
| 472 | to fit the screen. Continuation is also called @dfn{line wrapping}. | ||
| 473 | More than one @samp{\} is displayed for a wrapped character which is | ||
| 474 | wider than one column. On window systems, small bitmaps are displayed | ||
| 475 | in the fringes to the left and right of the window to indicate line | ||
| 476 | wrapping. | ||
| 472 | 477 | ||
| 473 | Sometimes it is nice to have Emacs insert newlines automatically when | 478 | Sometimes it is nice to have Emacs insert newlines automatically when |
| 474 | a line gets too long. Continuation on the screen does not do that. Use | 479 | a line gets too long. Continuation on the screen does not do that. Use |
| @@ -478,10 +483,12 @@ Auto Fill mode (@pxref{Filling}) if that's what you want. | |||
| 478 | @findex toggle-truncate-lines | 483 | @findex toggle-truncate-lines |
| 479 | @cindex truncation | 484 | @cindex truncation |
| 480 | As an alternative to continuation, Emacs can display long lines by | 485 | As an alternative to continuation, Emacs can display long lines by |
| 481 | @dfn{truncation}. This means that all the characters that do not fit in | 486 | @dfn{truncation}. This means that all the characters that do not fit |
| 482 | the width of the screen or window do not appear at all. They remain in | 487 | in the width of the screen or window do not appear at all. They |
| 483 | the buffer, temporarily invisible. @samp{$} is used in the last column | 488 | remain in the buffer, temporarily invisible. On terminals, @samp{$} |
| 484 | instead of @samp{\} to inform you that truncation is in effect. | 489 | is used in the last column instead of @samp{\} to inform you that |
| 490 | truncation is in effect. On window systems, a small bitmap in the | ||
| 491 | fringe to the right of the window indicates line truncation. | ||
| 485 | 492 | ||
| 486 | Truncation instead of continuation happens whenever horizontal | 493 | Truncation instead of continuation happens whenever horizontal |
| 487 | scrolling is in use, and optionally in all side-by-side windows | 494 | scrolling is in use, and optionally in all side-by-side windows |
diff --git a/man/mule.texi b/man/mule.texi index ae6b1444dd5..d127563efa6 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -79,12 +79,17 @@ cases) in the @kbd{C-q} command (@pxref{Multibyte Conversion}). | |||
| 79 | 79 | ||
| 80 | @kindex C-h h | 80 | @kindex C-h h |
| 81 | @findex view-hello-file | 81 | @findex view-hello-file |
| 82 | @cindex undisplayable characters | ||
| 83 | @cindex ? | ||
| 84 | @cindex ?? | ||
| 82 | The command @kbd{C-h h} (@code{view-hello-file}) displays the file | 85 | The command @kbd{C-h h} (@code{view-hello-file}) displays the file |
| 83 | @file{etc/HELLO}, which shows how to say ``hello'' in many languages. | 86 | @file{etc/HELLO}, which shows how to say ``hello'' in many languages. |
| 84 | This illustrates various scripts. If the font you're using doesn't have | 87 | This illustrates various scripts. If the font you're using doesn't have |
| 85 | characters for all those different languages, you will see some hollow | 88 | characters for all those different languages, you will see some hollow |
| 86 | boxes instead of characters; see @ref{Fontsets}. On non-windowing | 89 | boxes instead of characters; see @ref{Fontsets}. On non-windowing |
| 87 | displays, @samp{?} is displayed in place of the hollow box. | 90 | displays, @samp{?} is displayed in place of the hollow box. More than |
| 91 | one @samp{?} is displayed for undisplayable characters that are wider | ||
| 92 | than one column. | ||
| 88 | 93 | ||
| 89 | @findex list-charset-chars | 94 | @findex list-charset-chars |
| 90 | @cindex characters in a certain charset | 95 | @cindex characters in a certain charset |