]> git.eshelyaron.com Git - emacs.git/commitdiff
(Arguments): Say explicitly that M-- is -1. Fix spacing in an @example.
authorEli Zaretskii <eliz@gnu.org>
Tue, 7 Aug 2001 15:22:40 +0000 (15:22 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 7 Aug 2001 15:22:40 +0000 (15:22 +0000)
man/basic.texi

index 42fa1f0f8dedf0e5386cdbdbf7ff91df59713f48..c4c9667975a0ea25ce8435aa63b8535b03ac3119 100644 (file)
@@ -691,16 +691,19 @@ act in the opposite direction.
   If your terminal keyboard has a @key{META} key, the easiest way to
 specify a numeric argument is to type digits and/or a minus sign while
 holding down the @key{META} key.  For example,
+
 @example
 M-5 C-n
 @end example
+
 @noindent
 would move down five lines.  The characters @kbd{Meta-1}, @kbd{Meta-2},
 and so on, as well as @kbd{Meta--}, do this because they are keys bound
 to commands (@code{digit-argument} and @code{negative-argument}) that
-are defined to contribute to an argument for the next command.  Digits
-and @kbd{-} modified with Control, or Control and Meta, also specify
-numeric arguments.
+are defined to contribute to an argument for the next command.
+@kbd{Meta--} without digits normally means @minus{}1.  Digits and
+@kbd{-} modified with Control, or Control and Meta, also specify numeric
+arguments.
 
 @kindex C-u
 @findex universal-argument