diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2023-10-30 20:43:05 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-10-30 20:43:05 +0100 |
| commit | 92572454b5f022a0c05f1de590987168bbf63242 (patch) | |
| tree | 947a75f7a1364f1a6ba4bff24b9d4472e4804d1c /docs | |
| parent | 59d602a2e8568eaf31c11e9c8e0971c5bf6e86cd (diff) | |
transient-toggle-level-limit: New command
Closes #243.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/transient.org | 6 | ||||
| -rw-r--r-- | docs/transient.texi | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/transient.org b/docs/transient.org index c197ec3..aac6fd6 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -480,6 +480,12 @@ available even if the user lowers the transient level. Therefore, to control which suffixes are available given a certain state, you have to make sure that that state is currently active. +- Key: C-x a (transient-toggle-level-limit) :: + + This command toggle whether suffixes that are on levels lower than + the level specified by ~transient-default-level~ are temporarily + available anyway. + ** Other Commands When invoking a transient in a small frame, the transient window may diff --git a/docs/transient.texi b/docs/transient.texi index ab211d4..a2c1bf1 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -619,6 +619,13 @@ not. The predicates also apply in edit mode. Therefore, to control which suffixes are available given a certain state, you have to make sure that that state is currently active. + +@item @kbd{C-x a} (@code{transient-toggle-level-limit}) +@kindex C-x a +@findex transient-toggle-level-limit +This command toggle whether suffixes that are on levels lower than +the level specified by @code{transient-default-level} are temporarily +available anyway. @end table @node Other Commands |
