[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-28 e55e2d4: ; * etc/NEWS: Minor copyedit about 'repeat-mode'.
From: |
Juri Linkov |
Subject: |
Re: emacs-28 e55e2d4: ; * etc/NEWS: Minor copyedit about 'repeat-mode'. |
Date: |
Tue, 19 Oct 2021 22:04:00 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) |
>>> > diff --git a/etc/NEWS b/etc/NEWS
>>> > index b7c4346..a847a88 100644
>>> > --- a/etc/NEWS
>>> > +++ b/etc/NEWS
>>> > +++
>>> > ** New transient mode 'repeat-mode' to allow shorter key sequences.
>>> > +Type "M-x repeat-mode RET" to enable this mode. You can then type
>>> > +'C-x u u' instead of 'C-x u C-x u' to undo many changes, 'C-x o o'
>>> > +instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
>>> > +resize the selected window interactively, 'M-g n n p p' to navigate
>>> > +next-error matches. Any other key exits transient mode and then is
>>>
>>> I'm not sure. Shouldn't this be rather "... exits repeat mode ..."?
>>
>> Maybe. But I didn't write that text, I only added the first sentence,
>> and refilled the rest.
>
> I Know. But since you don't object, I believe I'm not wrong. Changed.
This is more wrong than before. 'repeat-mode' can be disabled only
explicitly by the user. Whereas any other key exits transient mode
enabled by 'set-transient-map'.