summaryrefslogtreecommitdiff
path: root/docs/transient.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-12-19 18:13:55 +0100
committerJonas Bernoulli <jonas@bernoul.li>2024-12-19 18:13:55 +0100
commit5a18a79100bc5c4a5239f3917c1c1c4058a11769 (patch)
tree2700e4a966c1351ae69892a363693237c7327c6b /docs/transient.org
parent52679f9853fd56358dd57e9bfcd8ff6533400cf2 (diff)
transient-describe: New command
Two examples: ("d" "show magit-status' docstring" transient-describe := magit-status) ("m" "show transient's manual" transient-describe := "transient" :helper transient--show-manual)
Diffstat (limited to 'docs/transient.org')
-rw-r--r--docs/transient.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/transient.org b/docs/transient.org
index c62b12d..7f0866a 100644
--- a/docs/transient.org
+++ b/docs/transient.org
@@ -1902,6 +1902,9 @@ object should not affect later invocations.
it is somewhat likely that future improvements won't be fully
backward compatible.
+- The ~transient-describe-target~ class is used by the command
+ ~transient-describe~.
+
- The ~transient-value-preset~ class is used to implement the command
~transient-preset~, which activates a value preset.