diff options
| author | Juri Linkov | 2005-11-20 07:55:22 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-11-20 07:55:22 +0000 |
| commit | fe7c712ea4448f9799bf9ce60a99cb29f56948e8 (patch) | |
| tree | 96b142db0873790176f226a2d1275894787b05d6 | |
| parent | 85416bdad7f0a391bd3a9bdd93a9905eba422a40 (diff) | |
| download | emacs-fe7c712ea4448f9799bf9ce60a99cb29f56948e8.tar.gz emacs-fe7c712ea4448f9799bf9ce60a99cb29f56948e8.zip | |
(Position Info): Update examples of the output.
Remove the fact that examples are produced in the TeXinfo buffer,
because in the Info reader users will get a different output from `C-x ='.
| -rw-r--r-- | man/basic.texi | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/man/basic.texi b/man/basic.texi index 2c78de612ad..e8c36d405c1 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -626,16 +626,12 @@ point and the character after it. It displays a line in the echo area | |||
| 626 | that looks like this: | 626 | that looks like this: |
| 627 | 627 | ||
| 628 | @smallexample | 628 | @smallexample |
| 629 | Char: c (0143, 99, 0x63) point=21044 of 26883(78%) column 53 | 629 | Char: c (99, #o143, #x63) point=28062 of 36168 (78%) column=53 |
| 630 | @end smallexample | 630 | @end smallexample |
| 631 | 631 | ||
| 632 | @noindent | ||
| 633 | (In fact, this is the output produced when point is before the | ||
| 634 | @samp{column} in the example.) | ||
| 635 | |||
| 636 | The four values after @samp{Char:} describe the character that follows | 632 | The four values after @samp{Char:} describe the character that follows |
| 637 | point, first by showing it and then by giving its character code in | 633 | point, first by showing it and then by giving its character code in |
| 638 | octal, decimal and hex. For a non-@acronym{ASCII} multibyte character, these are | 634 | decimal, octal and hex. For a non-@acronym{ASCII} multibyte character, these are |
| 639 | followed by @samp{file} and the character's representation, in hex, in | 635 | followed by @samp{file} and the character's representation, in hex, in |
| 640 | the buffer's coding system, if that coding system encodes the character | 636 | the buffer's coding system, if that coding system encodes the character |
| 641 | safely and with a single byte (@pxref{Coding Systems}). If the | 637 | safely and with a single byte (@pxref{Coding Systems}). If the |
| @@ -654,7 +650,7 @@ as 2, and so on. The next, larger, number is the total number of characters | |||
| 654 | in the buffer. Afterward in parentheses comes the position expressed as a | 650 | in the buffer. Afterward in parentheses comes the position expressed as a |
| 655 | percentage of the total size. | 651 | percentage of the total size. |
| 656 | 652 | ||
| 657 | @samp{column} is followed by the horizontal position of point, in | 653 | @samp{column=} is followed by the horizontal position of point, in |
| 658 | columns from the left edge of the window. | 654 | columns from the left edge of the window. |
| 659 | 655 | ||
| 660 | If the buffer has been narrowed, making some of the text at the | 656 | If the buffer has been narrowed, making some of the text at the |
| @@ -663,7 +659,7 @@ additional text describing the currently accessible range. For example, it | |||
| 663 | might display this: | 659 | might display this: |
| 664 | 660 | ||
| 665 | @smallexample | 661 | @smallexample |
| 666 | Char: C (0103, 67, 0x43) point=252 of 889(28%) <231 - 599> column 0 | 662 | Char: C (67, #o103, #x43) point=252 of 889 (28%) <231-599> column=0 |
| 667 | @end smallexample | 663 | @end smallexample |
| 668 | 664 | ||
| 669 | @noindent | 665 | @noindent |
| @@ -676,7 +672,7 @@ part), the @w{@kbd{C-x =}} output does not describe a character after | |||
| 676 | point. The output might look like this: | 672 | point. The output might look like this: |
| 677 | 673 | ||
| 678 | @smallexample | 674 | @smallexample |
| 679 | point=26957 of 26956(100%) column 0 | 675 | point=36169 of 36168 (EOB) column=0 |
| 680 | @end smallexample | 676 | @end smallexample |
| 681 | 677 | ||
| 682 | @cindex character set of character at point | 678 | @cindex character set of character at point |
| @@ -720,16 +716,16 @@ displays the character as @samp{@`A}), and which has font-lock-mode | |||
| 720 | (@pxref{Font Lock}) enabled: | 716 | (@pxref{Font Lock}) enabled: |
| 721 | 717 | ||
| 722 | @smallexample | 718 | @smallexample |
| 723 | character: @`A (04300, 2240, 0x8c0, U+00C0) | 719 | character: @`A (2240, #o4300, #x8c0, U+00C0) |
| 724 | charset: latin-iso8859-1 | 720 | charset: [latin-iso8859-1] |
| 725 | (Right-Hand Part of Latin Alphabet 1@dots{} | 721 | (Right-Hand Part of Latin Alphabet 1@dots{} |
| 726 | code point: 64 | 722 | code point: [64] |
| 727 | syntax: w which means: word | 723 | syntax: w which means: word |
| 728 | category: l:Latin | 724 | category: l:Latin |
| 729 | to input: type "`A" | 725 | to input: type "`A" with [latin-1-prefix] |
| 730 | buffer code: 0x81 0xC0 | 726 | buffer code: #x81 #xC0 |
| 731 | file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit) | 727 | file code: ESC #x2C #x41 #x40 (encoded by coding system iso-2022-7bit) |
| 732 | display: terminal code 0xC0 | 728 | display: terminal code #xC0 |
| 733 | 729 | ||
| 734 | There are text properties here: | 730 | There are text properties here: |
| 735 | fontified t | 731 | fontified t |