branch: externals/transient commit ba37702ab3cf90191865172bd5581fd353ccba63 Author: Amelia Cuss <ame...@kivikakk.ee> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Fix documentation for transient-toggle-level-limit We refer to higher numbers as "higher levels", per the last paragraph of this section: > The authors of transients should place certain suffixes on a higher > level, if they expect that it won’t be of use to most users, and they > should place very important suffixes on a lower level, so that they > remain available even if the user lowers the transient level. So `transient-toggle-level-limit' toggles whether suffixes on levels *higher* than `transient-default-level' are available regardless. --- docs/transient.org | 2 +- docs/transient.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/transient.org b/docs/transient.org index e063080624..598910ea35 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -401,7 +401,7 @@ available even if the user lowers the transient level. - Key: C-x a (transient-toggle-level-limit) :: - This command toggle whether suffixes that are on levels lower than + This command toggle whether suffixes that are on levels higher than the level specified by ~transient-default-level~ are temporarily available anyway. diff --git a/docs/transient.texi b/docs/transient.texi index 6c81cdc9a8..d90f72609f 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -554,7 +554,7 @@ 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 +This command toggle whether suffixes that are on levels higher than the level specified by @code{transient-default-level} are temporarily available anyway. @end table