diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-08-06 15:21:10 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-08-06 15:21:10 +0200 |
| commit | a5562cbc8d01fa6684487b71cf520cf348d10047 (patch) | |
| tree | 5a697a8dd5824a72ba5cf620f969f109346280c6 /docs | |
| parent | 47ebcee62fdf37f543377d21bd5d8d97a2c78f6b (diff) | |
manual: Avoid texinfo complications
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/transient.org | 7 | ||||
| -rw-r--r-- | docs/transient.texi | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/docs/transient.org b/docs/transient.org index cf7ce4c..a6e6c35 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -1432,7 +1432,7 @@ beginning of the class specification, e.g., ~[:class transient-columns ~transient-group~ (and therefore all groups) as well as of ~transient-suffix~ (and therefore all suffix and infix commands). - This class exists because the elements (aka “children”) of certain + This class exists because the elements (or “children”) of certain groups can be other groups instead of suffix and infix commands. - The abstract ~transient-group~ class is the superclass of all other @@ -2219,8 +2219,9 @@ while Magit-Popup used to bind {{{kbd(C-c C-c)}}} instead. I have seen several users praise the latter binding (sic), so I did not change it willy-nilly. The reason that I changed it is that using different prefix keys for different common commands, would have made the -temporary display of the common commands even more confusing, -i.e., after pressing {{{kbd(C-c)}}} all the {{{kbd(C-x ...)}}} bindings would be grayed out. +temporary display of the common commands even more confusing, i.e., +after pressing {{{kbd(C-c)}}} all the bindings that begin with the {{{kbd(C-x)}}} prefix +would be grayed out. Using a single prefix for common commands key means that all other potential prefix keys can be used for transient-specific commands diff --git a/docs/transient.texi b/docs/transient.texi index 183dd1f..5ae15bb 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -1664,7 +1664,7 @@ The abstract @code{transient-child} class is the base class of both @code{transient-group} (and therefore all groups) as well as of @code{transient-suffix} (and therefore all suffix and infix commands). -This class exists because the elements (aka “children”) of certain +This class exists because the elements (or “children”) of certain groups can be other groups instead of suffix and infix commands. @item @@ -2545,8 +2545,9 @@ while Magit-Popup used to bind @kbd{C-c C-c} instead. I have seen several users praise the latter binding (sic), so I did not change it willy-nilly. The reason that I changed it is that using different prefix keys for different common commands, would have made the -temporary display of the common commands even more confusing, -i.e., after pressing @kbd{C-c} all the @kbd{C-x @dots{}} bindings would be grayed out. +temporary display of the common commands even more confusing, i.e., +after pressing @kbd{C-c} all the bindings that begin with the @kbd{C-x} prefix +would be grayed out. Using a single prefix for common commands key means that all other potential prefix keys can be used for transient-specific commands |
