diff options
| author | Eli Zaretskii | 2001-08-07 15:22:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-07 15:22:40 +0000 |
| commit | a1f6ea55ac8cb7fafd2cd95b8c501049f94569ca (patch) | |
| tree | 71b2ed7c85cc90d036395772c84bd9536946bea2 /man/basic.texi | |
| parent | 22d01aed2d0bb69630475f0283f506e63903a4f3 (diff) | |
| download | emacs-a1f6ea55ac8cb7fafd2cd95b8c501049f94569ca.tar.gz emacs-a1f6ea55ac8cb7fafd2cd95b8c501049f94569ca.zip | |
(Arguments): Say explicitly that M-- is -1. Fix spacing in an @example.
Diffstat (limited to 'man/basic.texi')
| -rw-r--r-- | man/basic.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/basic.texi b/man/basic.texi index 42fa1f0f8de..c4c9667975a 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -691,16 +691,19 @@ act in the opposite direction. | |||
| 691 | If your terminal keyboard has a @key{META} key, the easiest way to | 691 | If your terminal keyboard has a @key{META} key, the easiest way to |
| 692 | specify a numeric argument is to type digits and/or a minus sign while | 692 | specify a numeric argument is to type digits and/or a minus sign while |
| 693 | holding down the @key{META} key. For example, | 693 | holding down the @key{META} key. For example, |
| 694 | |||
| 694 | @example | 695 | @example |
| 695 | M-5 C-n | 696 | M-5 C-n |
| 696 | @end example | 697 | @end example |
| 698 | |||
| 697 | @noindent | 699 | @noindent |
| 698 | would move down five lines. The characters @kbd{Meta-1}, @kbd{Meta-2}, | 700 | would move down five lines. The characters @kbd{Meta-1}, @kbd{Meta-2}, |
| 699 | and so on, as well as @kbd{Meta--}, do this because they are keys bound | 701 | and so on, as well as @kbd{Meta--}, do this because they are keys bound |
| 700 | to commands (@code{digit-argument} and @code{negative-argument}) that | 702 | to commands (@code{digit-argument} and @code{negative-argument}) that |
| 701 | are defined to contribute to an argument for the next command. Digits | 703 | are defined to contribute to an argument for the next command. |
| 702 | and @kbd{-} modified with Control, or Control and Meta, also specify | 704 | @kbd{Meta--} without digits normally means @minus{}1. Digits and |
| 703 | numeric arguments. | 705 | @kbd{-} modified with Control, or Control and Meta, also specify numeric |
| 706 | arguments. | ||
| 704 | 707 | ||
| 705 | @kindex C-u | 708 | @kindex C-u |
| 706 | @findex universal-argument | 709 | @findex universal-argument |