emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2b4c099: cua-prefix-override-inhibit-delay doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 2b4c099: cua-prefix-override-inhibit-delay doc fix
Date: Sat, 30 Apr 2016 23:54:43 +0000

branch: master
commit 2b4c099822811ede787fc6e575bfbb17b3cc0681
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    cua-prefix-override-inhibit-delay doc fix
    
    * lisp/emulation/cua-base.el
    (cua-prefix-override-inhibit-delay): Typo fix in doc string
    (bug#23401).
---
 lisp/emulation/cua-base.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 9351fcc..542dbcc 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]