mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
cua-prefix-override-inhibit-delay doc fix
* lisp/emulation/cua-base.el
(cua-prefix-override-inhibit-delay): Typo fix in doc string
(bug#23401).
(cherry picked from commit 2b4c099822)
This commit is contained in:
parent
350792e356
commit
69f7940fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ is not turned on."
|
|||
If there is additional input within this time, the prefix key is
|
||||
used as a normal prefix key. So typing a key sequence quickly will
|
||||
inhibit overriding the prefix key.
|
||||
As a special case, if the prefix keys repeated within this time, the
|
||||
As a special case, if the prefix key is repeated within this time, the
|
||||
first prefix key is discarded, so typing a prefix key twice in quick
|
||||
succession will also inhibit overriding the prefix key.
|
||||
If the value is nil, use a shifted prefix key to inhibit the override."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue