aboutsummaryrefslogtreecommitdiff
path: root/docs/magit-section.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-06-12 17:10:23 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-06-12 17:10:23 +0200
commit831fc8bfbc90a049de6e3d58d5f0e49e9faad1a7 (patch)
treeddca7b08bd399c47df0ea171cb224b10d72f8792 /docs/magit-section.org
parentdf58c94081370e2c1aa7ab9ba90462f6d690800d (diff)
magit-section-lineage: Update documentation
Diffstat (limited to 'docs/magit-section.org')
-rw-r--r--docs/magit-section.org5
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 ::