diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-04-01 22:23:08 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-04-01 22:23:08 +0200 |
| commit | 245a1787a4e21892c592b9977c910a6cbac5bc04 (patch) | |
| tree | 11046a3859ea215108959c120d7eacd5ef6e1ecc | |
| parent | 03c016db94392b3e1107a3f6265c91f6e1fe21e6 (diff) | |
transient-describe: Fix docstring typo
| -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 0031450..03352ed 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -3651,7 +3651,7 @@ transient is active." "From a transient menu, describe something in another buffer. This command can be bound multiple times to describe different targets. -Each binding must specify the thing it describes, be setting the value +Each binding must specify the thing it describes, by setting the value of its `target' slot, using the keyword argument `:='. The `helper' slot specifies the low-level function used to describe the |
