; * etc/NEWS: Non-nil repeat-keep-prefix is not the default anymore.

This commit is contained in:
Juri Linkov 2021-12-08 22:20:41 +02:00
parent 538fc1d0e0
commit eb9e33e238

View file

@ -3275,11 +3275,11 @@ The user option 'repeat-exit-timeout' (default nil, which means
forever) specifies the number of seconds of idle time after which to
break the repetition chain automatically.
When user option 'repeat-keep-prefix' is non-nil (the default), the
prefix arg of the previous command is kept. This can be used to
e.g. reverse the window navigation direction with 'C-x o M-- o o' or
to set a new step with 'C-x { C-5 { { {', which will set the window
resizing step to 5 columns.
When user option 'repeat-keep-prefix' is non-nil, the prefix arg of
the previous command is kept. This can be used to e.g. reverse the
window navigation direction with 'C-x o M-- o o' or to set a new step
with 'C-x { C-5 { { {', which will set the window resizing step to 5
columns.
'M-x describe-repeat-maps' will display a buffer showing
which commands are repeatable in 'repeat-mode'.