aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-05-01 01:53:58 +0200
committerLars Ingebrigtsen2016-05-01 01:53:58 +0200
commit2b4c099822811ede787fc6e575bfbb17b3cc0681 (patch)
tree898c8c8751df249ff95547c0bd08d32462abdae4
parent4b488a297a34b748649109d3c2d3c14632d4abe6 (diff)
downloademacs-2b4c099822811ede787fc6e575bfbb17b3cc0681.tar.gz
emacs-2b4c099822811ede787fc6e575bfbb17b3cc0681.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).
-rw-r--r--lisp/emulation/cua-base.el2
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."
302If there is additional input within this time, the prefix key is 302If there is additional input within this time, the prefix key is
303used as a normal prefix key. So typing a key sequence quickly will 303used as a normal prefix key. So typing a key sequence quickly will
304inhibit overriding the prefix key. 304inhibit overriding the prefix key.
305As a special case, if the prefix keys repeated within this time, the 305As a special case, if the prefix key is repeated within this time, the
306first prefix key is discarded, so typing a prefix key twice in quick 306first prefix key is discarded, so typing a prefix key twice in quick
307succession will also inhibit overriding the prefix key. 307succession will also inhibit overriding the prefix key.
308If the value is nil, use a shifted prefix key to inhibit the override." 308If the value is nil, use a shifted prefix key to inhibit the override."