diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-12 17:10:23 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-06-12 17:10:23 +0200 |
| commit | 831fc8bfbc90a049de6e3d58d5f0e49e9faad1a7 (patch) | |
| tree | ddca7b08bd399c47df0ea171cb224b10d72f8792 /docs/magit-section.org | |
| parent | df58c94081370e2c1aa7ab9ba90462f6d690800d (diff) | |
magit-section-lineage: Update documentation
Diffstat (limited to 'docs/magit-section.org')
| -rw-r--r-- | docs/magit-section.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/magit-section.org b/docs/magit-section.org index f94ef15..f0477f5 100644 --- a/docs/magit-section.org +++ b/docs/magit-section.org @@ -171,10 +171,11 @@ source for suitable examples before asking me for help. Thanks! If optional ROOT is non-nil, then search in that section tree instead of in the one whose root ~magit-root-section~ is. -- Function: magit-section-lineage section :: +- Function: magit-section-lineage section &optional raw :: Return the lineage of SECTION. - The return value has the form ~(TYPE...)~. + If optional RAW is non-nil, return a list of section objects, + beginning with SECTION, otherwise return a list of section types. - Function: magit-section-content-p section :: |
