diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-05-01 01:53:58 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-05-01 19:27:17 +0200 |
commit | 69f7940fc2211b33c110d0b23492dc8fa4757fa4 (patch) | |
tree | e2b01edfe5d0df253546e5227817a5472038a752 | |
parent | 350792e356c23cb1a1dfbbd8e8e342e26830c185 (diff) | |
download | emacs-69f7940fc2211b33c110d0b23492dc8fa4757fa4.tar.gz emacs-69f7940fc2211b33c110d0b23492dc8fa4757fa4.tar.bz2 emacs-69f7940fc2211b33c110d0b23492dc8fa4757fa4.zip |
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 2b4c099822811ede787fc6e575bfbb17b3cc0681)
-rw-r--r-- | lisp/emulation/cua-base.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 9351fcc6ca6..542dbccd775 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -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." |