aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-10-19 15:12:43 +0300
committerEli Zaretskii2021-10-19 15:12:43 +0300
commite55e2d4a110447540db6bbdb9cb1c12313b4b8ad (patch)
tree801069ab9f73f8ca9dfba751a05e0907122bb9b0
parent380981ddb5dac675dafd9edb3d636d24e745c91c (diff)
downloademacs-e55e2d4a110447540db6bbdb9cb1c12313b4b8ad.tar.gz
emacs-e55e2d4a110447540db6bbdb9cb1c12313b4b8ad.zip
; * etc/NEWS: Minor copyedit about 'repeat-mode'.
-rw-r--r--etc/NEWS27
1 files changed, 14 insertions, 13 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b7c4346db97..a847a88c916 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3220,19 +3220,20 @@ batch mode.
3220 3220
3221+++ 3221+++
3222** New transient mode 'repeat-mode' to allow shorter key sequences. 3222** New transient mode 'repeat-mode' to allow shorter key sequences.
3223You can type 'C-x u u' instead of 'C-x u C-x u' to undo many changes, 3223Type "M-x repeat-mode RET" to enable this mode. You can then type
3224'C-x o o' instead of 'C-x o C-x o' to switch several windows, 3224'C-x u u' instead of 'C-x u C-x u' to undo many changes, 'C-x o o'
3225'C-x { { } } ^ ^ v v' to resize the selected window interactively, 3225instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
3226'M-g n n p p' to navigate next-error matches. Any other key exits 3226resize the selected window interactively, 'M-g n n p p' to navigate
3227transient mode and then is executed normally. 'repeat-exit-key' 3227next-error matches. Any other key exits transient mode and then is
3228defines an additional key to exit mode like 'isearch-exit' ('RET'). 3228executed normally. 'repeat-exit-key' defines an additional key to
3229The user option 'repeat-exit-timeout' specifies the number of 3229exit mode like 'isearch-exit' ('RET'). The user option
3230seconds of idle time to break the repetition chain automatically. 3230'repeat-exit-timeout' specifies the number of seconds of idle time to
3231With 'repeat-keep-prefix' you can keep the prefix arg of the previous 3231break the repetition chain automatically. With 'repeat-keep-prefix'
3232command. For example, this can help to reverse the window navigation 3232you can keep the prefix arg of the previous command. For example,
3233direction with e.g. 'C-x o M-- o o'. Also it can help to set a new 3233this can help to reverse the window navigation direction with
3234step with e.g. 'C-x { C-5 { { {', which will set the window resizing 3234e.g. 'C-x o M-- o o'. Also it can help to set a new step with
3235step to 5 columns. 3235e.g. 'C-x { C-5 { { {', which will set the window resizing step to 5
3236columns.
3236 3237
3237--- 3238---
3238** New themes 'modus-vivendi' and 'modus-operandi'. 3239** New themes 'modus-vivendi' and 'modus-operandi'.