diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-19 09:19:58 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-19 09:19:58 +0100 |
| commit | 184d0074e852af4967e386f0fc4fcfd94588d17e (patch) | |
| tree | ce237b88c39ace11b076560a0c9ad8ea3520e0f9 /docs | |
| parent | a45ac411526030ad601a384c4c293af18bd2db75 (diff) | |
Store parent group in suffix and subgroup objects
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/transient.org | 2 | ||||
| -rw-r--r-- | docs/transient.texi | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/transient.org b/docs/transient.org index b49e8dd..6dce552 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -2236,6 +2236,8 @@ This is the abstract superclass of ~transient-suffix~ and ~transient-group~. This is where the shared ~if*~ and ~inapt-if*~ slots (see [[*Predicate Slots]]) and the ~level~ slot (see [[*Enabling and Disabling Suffixes]]) are defined. +- ~parent~ The object for the parent group. + *** Slots of ~transient-suffix~ :PROPERTIES: :UNNUMBERED: notoc diff --git a/docs/transient.texi b/docs/transient.texi index 7b9f3a4..8157f72 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -2520,6 +2520,11 @@ This is the abstract superclass of @code{transient-suffix} and @code{transient-g This is where the shared @code{if*} and @code{inapt-if*} slots (see @ref{Predicate Slots}) and the @code{level} slot (see @ref{Enabling and Disabling Suffixes}) are defined. +@itemize +@item +@code{parent} The object for the parent group. +@end itemize + @anchor{Slots of @code{transient-suffix}} @subheading Slots of @code{transient-suffix} |
