aboutsummaryrefslogtreecommitdiffstats
path: root/man/basic.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2001-04-03 11:16:17 +0000
committerRichard M. Stallman2001-04-03 11:16:17 +0000
commit9acb8eec807b425464e40eb028962bec5f584e92 (patch)
treef3f7dcb5a5db0e83c5ce8ab0ded4526d49e3895c /man/basic.texi
parentdc941693e94f00cdf557f47cf546e42795070553 (diff)
downloademacs-9acb8eec807b425464e40eb028962bec5f584e92.tar.gz
emacs-9acb8eec807b425464e40eb028962bec5f584e92.zip
Minor cleanups.
Diffstat (limited to 'man/basic.texi')
-rw-r--r--man/basic.texi25
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
105with the specified octal character code. You can use any number of 105with the specified octal character code. You can use any number of
106octal digits; any non-digit terminates the sequence. If the terminating 106octal digits; any non-digit terminates the sequence. If the
107character is @key{RET}, it serves only to terminate the sequence; any 107terminating character is @key{RET}, it serves only to terminate the
108other non-digit is itself used as input after terminating the sequence. 108sequence. Any other non-digit terminates the sequence and then acts
109(The use of octal sequences is disabled in ordinary non-binary Overwrite 109as normal input---thus, @kbd{C-q 1 0 1 B} inserts @samp{AB}.
110mode, to give you a convenient way to insert a digit instead of 110
111overwriting with it.) 111The use of octal sequences is disabled in ordinary non-binary
112Overwrite mode, to give you a convenient way to insert a digit instead
113of 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
582prompts you for the number. These line numbers count from one at the 584prompts you for the number. These line numbers count from one at the
583beginning of the buffer. 585beginning 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
586Line}. If you narrow the buffer, then the line number in the mode line 588Line}. If you narrow the buffer, then the line number in the mode line
587is relative to the accessible portion (@pxref{Narrowing}). By contrast, 589is 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
589region and the line number relative to the whole buffer. 591region 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
592the file, and counts lines within the page, printing both numbers. 594counts 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
663Latin-1 characters, the character shown after @samp{Char:} is displayed 664Latin-1 characters, the character shown after @samp{Char:} is displayed
664as the actual glyph of A with grave accent.}: 665as the actual glyph of A with grave accent.}:
665 666
666@example 667@smallexample
667Char: @`A (04300, 2240, 0x8c0, ext ESC , A @@) (latin-iso8859-1 64) 668Char: @`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