aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-24 11:21:40 +0000
committerEli Zaretskii2001-07-24 11:21:40 +0000
commit68b7eaa91c65665b00b485ba916712c88348e3f0 (patch)
treecbc67cb98847e950fda13faace9e14b9719c75c9
parenta9f7310463adf8c9ef4ae402fc17bfcae5fd5c5f (diff)
downloademacs-68b7eaa91c65665b00b485ba916712c88348e3f0.tar.gz
emacs-68b7eaa91c65665b00b485ba916712c88348e3f0.zip
(Repeating): Mention the numeric argument as another form of repetition,
with an xref to the "Arguments" node. Suggested by Kai Grossjohann.
-rw-r--r--man/basic.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/basic.texi b/man/basic.texi
index bd5b60f14c0..db507ec5be1 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -759,6 +759,13 @@ the command.
759@section Repeating a Command 759@section Repeating a Command
760@cindex repeating a command 760@cindex repeating a command
761 761
762 Many simple commands, such as those invoked with a single key or with
763@kbd{M-x @var{command-name} @key{RET}}, can be repeated by invoking them
764with a numeric argument which serves as a repeat count
765(@pxref{Arguments}). However, if the command you want to repeat prompts
766for some input, or is itself invoked with a numeric argument, using a
767numeric argument might be inconvenient or even impossible.
768
762@kindex C-x z 769@kindex C-x z
763@findex repeat 770@findex repeat
764 The command @kbd{C-x z} (@code{repeat}) provides another way to repeat 771 The command @kbd{C-x z} (@code{repeat}) provides another way to repeat