diff options
| author | Richard M. Stallman | 2001-04-03 11:16:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-04-03 11:16:17 +0000 |
| commit | 9acb8eec807b425464e40eb028962bec5f584e92 (patch) | |
| tree | f3f7dcb5a5db0e83c5ce8ab0ded4526d49e3895c /man/basic.texi | |
| parent | dc941693e94f00cdf557f47cf546e42795070553 (diff) | |
| download | emacs-9acb8eec807b425464e40eb028962bec5f584e92.tar.gz emacs-9acb8eec807b425464e40eb028962bec5f584e92.zip | |
Minor cleanups.
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/man/basic.texi b/man/basic.texi index c0af8fb2426..0808df39747 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -103,12 +103,14 @@ inserts that character. | |||
| 103 | @item | 103 | @item |
| 104 | @kbd{C-q} followed by a sequence of octal digits inserts the character | 104 | @kbd{C-q} followed by a sequence of octal digits inserts the character |
| 105 | with the specified octal character code. You can use any number of | 105 | with the specified octal character code. You can use any number of |
| 106 | octal digits; any non-digit terminates the sequence. If the terminating | 106 | octal digits; any non-digit terminates the sequence. If the |
| 107 | character is @key{RET}, it serves only to terminate the sequence; any | 107 | terminating character is @key{RET}, it serves only to terminate the |
| 108 | other non-digit is itself used as input after terminating the sequence. | 108 | sequence. Any other non-digit terminates the sequence and then acts |
| 109 | (The use of octal sequences is disabled in ordinary non-binary Overwrite | 109 | as normal input---thus, @kbd{C-q 1 0 1 B} inserts @samp{AB}. |
| 110 | mode, to give you a convenient way to insert a digit instead of | 110 | |
| 111 | overwriting with it.) | 111 | The use of octal sequences is disabled in ordinary non-binary |
| 112 | Overwrite mode, to give you a convenient way to insert a digit instead | ||
| 113 | of overwriting with it. | ||
| 112 | @end itemize | 114 | @end itemize |
| 113 | 115 | ||
| 114 | @cindex 8-bit character codes | 116 | @cindex 8-bit character codes |
| @@ -582,15 +584,14 @@ area. To go to a given line by number, use @kbd{M-x goto-line}; it | |||
| 582 | prompts you for the number. These line numbers count from one at the | 584 | prompts you for the number. These line numbers count from one at the |
| 583 | beginning of the buffer. | 585 | beginning of the buffer. |
| 584 | 586 | ||
| 585 | You can also see the current line number in the mode line; @xref{Mode | 587 | You can also see the current line number in the mode line; see @ref{Mode |
| 586 | Line}. If you narrow the buffer, then the line number in the mode line | 588 | Line}. If you narrow the buffer, then the line number in the mode line |
| 587 | is relative to the accessible portion (@pxref{Narrowing}). By contrast, | 589 | is relative to the accessible portion (@pxref{Narrowing}). By contrast, |
| 588 | @code{what-line} shows both the line number relative to the narrowed | 590 | @code{what-line} shows both the line number relative to the narrowed |
| 589 | region and the line number relative to the whole buffer. | 591 | region and the line number relative to the whole buffer. |
| 590 | 592 | ||
| 591 | By contrast, @kbd{M-x what-page} counts pages from the beginning of | 593 | @kbd{M-x what-page} counts pages from the beginning of the file, and |
| 592 | the file, and counts lines within the page, printing both numbers. | 594 | counts lines within the page, printing both numbers. @xref{Pages}. |
| 593 | @xref{Pages}. | ||
| 594 | 595 | ||
| 595 | @kindex M-= | 596 | @kindex M-= |
| 596 | @findex count-lines-region | 597 | @findex count-lines-region |
| @@ -663,9 +664,9 @@ coding system is iso-2022-7bit@footnote{On terminals that support | |||
| 663 | Latin-1 characters, the character shown after @samp{Char:} is displayed | 664 | Latin-1 characters, the character shown after @samp{Char:} is displayed |
| 664 | as the actual glyph of A with grave accent.}: | 665 | as the actual glyph of A with grave accent.}: |
| 665 | 666 | ||
| 666 | @example | 667 | @smallexample |
| 667 | Char: @`A (04300, 2240, 0x8c0, ext ESC , A @@) (latin-iso8859-1 64) | 668 | Char: @`A (04300, 2240, 0x8c0, ext ESC , A @@) (latin-iso8859-1 64) |
| 668 | @end example | 669 | @end smallexample |
| 669 | 670 | ||
| 670 | @node Arguments | 671 | @node Arguments |
| 671 | @section Numeric Arguments | 672 | @section Numeric Arguments |