diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2023-11-26 22:00:06 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-11-26 22:00:06 +0100 |
| commit | 48a1aa2bea660693344c24c416fc3f3c19ad2790 (patch) | |
| tree | 9c36ec5d88f0dc064addb776cce71f41d3999154 /lisp | |
| parent | 46813a03f67cceebe09c82f87abe8eab0ca6368c (diff) | |
transient-highlight-mismatched-keys: Fix docstring typos
Diffstat (limited to 'lisp')
| -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 68fac2a..87fea41 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -248,7 +248,7 @@ of this variable use \"C-x t\" when a transient is active." This only affects infix arguments that represent command-line arguments. When this option is non-nil, then the key binding for infix argument are highlighted when only a long argument -\(e.g., \"--verbose\") is specified but no shor-thand (e.g \"-v\"). +\(e.g., \"--verbose\") is specified but no shorthand (e.g., \"-v\"). In the rare case that a short-hand is specified but does not match the key binding, then it is highlighted differently. |
