summaryrefslogtreecommitdiff
path: root/doc/emacs
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-02-02 06:30:28 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-02-02 06:30:28 +0100
commit0571a3cc87f7c449796bb3eef38af4b2719b0bdf (patch)
tree18b41402977f6200ca563b348e98ca3a82d04203 /doc/emacs
parentc831f55b234725a99f908656f996f3e6addc8825 (diff)
parent9715715ac163fc0b3ce6e170eb9c74b5f4ad8267 (diff)
downloademacs-0571a3cc87f7c449796bb3eef38af4b2719b0bdf.tar.gz
Merge from origin/emacs-29
9715715ac16 (eshell--complete-commands-list): Fix regression in fix t... ea1bb263153 * doc/emacs/basic.texi (Repeating): Mention describe-repe... f91bf9df892 Unbreak the MS-Windows build
Diffstat (limited to 'doc/emacs')
-rw-r--r--doc/emacs/basic.texi17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index 2cc45a8805e..d8a354ff42d 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -887,6 +887,7 @@ z z z}. The first @kbd{C-x z} repeats the command once, and each
subsequent @kbd{z} repeats it once again.
@findex repeat-mode
+@findex describe-repeat-maps
@vindex repeat-exit-key
@vindex repeat-exit-timeout
Also you can activate @code{repeat-mode} that temporarily enables a
@@ -895,11 +896,11 @@ Currently supported shorter key sequences are @kbd{C-x u u} instead of
@kbd{C-x u C-x u} to undo many changes, @kbd{C-x o o} instead of
@kbd{C-x o C-x o} to switch several windows, @kbd{C-x @{ @{ @} @} ^ ^
v v} to resize the selected window interactively, @kbd{M-g n n p p} to
-navigate @code{next-error} matches, and @kbd{C-x ] ] [ [} to navigate
-through pages. Any other key exits transient mode and then is
-executed normally. The user option @code{repeat-exit-key} defines an
-additional key to exit this transient mode. Also it's possible to
-break the repetition chain automatically after some idle time by
-customizing the user option @code{repeat-exit-timeout} to specify the
-idle time in seconds after which this transient mode will be turned
-off.
+navigate @code{next-error} matches, @kbd{C-x ] ] [ [} to navigate
+through pages, and other keys listed by @code{describe-repeat-maps}.
+Any other key exits transient mode and then is executed normally. The
+user option @code{repeat-exit-key} defines an additional key to exit
+this transient mode. Also it's possible to break the repetition chain
+automatically after some idle time by customizing the user option
+@code{repeat-exit-timeout} to specify the idle time in seconds after
+which this transient mode will be turned off.