diff options
| -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." | |||
| 302 | If there is additional input within this time, the prefix key is | 302 | If there is additional input within this time, the prefix key is |
| 303 | used as a normal prefix key. So typing a key sequence quickly will | 303 | used as a normal prefix key. So typing a key sequence quickly will |
| 304 | inhibit overriding the prefix key. | 304 | inhibit overriding the prefix key. |
| 305 | As a special case, if the prefix keys repeated within this time, the | 305 | As a special case, if the prefix key is repeated within this time, the |
| 306 | first prefix key is discarded, so typing a prefix key twice in quick | 306 | first prefix key is discarded, so typing a prefix key twice in quick |
| 307 | succession will also inhibit overriding the prefix key. | 307 | succession will also inhibit overriding the prefix key. |
| 308 | If the value is nil, use a shifted prefix key to inhibit the override." | 308 | If the value is nil, use a shifted prefix key to inhibit the override." |