diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-02 10:20:23 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-02 10:20:23 +0200 |
commit | 9230953f23c432699347bb3eeadebd82e4cbbfaa (patch) | |
tree | 1b7b80a432ea21578b2b3f14f3a5ac2f28ac4ea0 /lisp/transient.el | |
parent | 3112d5a2f1cff376f7aeba97479ed38e494959ee (diff) | |
download | emacs-9230953f23c432699347bb3eeadebd82e4cbbfaa.tar.gz emacs-9230953f23c432699347bb3eeadebd82e4cbbfaa.tar.bz2 emacs-9230953f23c432699347bb3eeadebd82e4cbbfaa.zip |
; Fix typos.
Diffstat (limited to 'lisp/transient.el')
-rw-r--r-- | lisp/transient.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index 06e41061925..41b69b1abac 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -246,7 +246,7 @@ for infix argument are highlighted when only a long argument In the rare case that a short-hand is specified but does not match the key binding, then it is highlighed differently. -The highlighting is done using using `transient-mismatched-key' +The highlighting is done using `transient-mismatched-key' and `transient-nonstandard-key'." :package-version '(transient . "0.1.0") :group 'transient |