diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index de81f859d..fa4d95318 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -348,13 +348,13 @@ to rename." Return an alist where associations follow the pattern - \(LABEL MARKER TOP-LEVEL? SIZE) + \(LABEL MARKER TOP-LEVEL SIZE) with LABEL the label of the of the definition, MARKER a marker pointing to its beginning, - TOP-LEVEL a boolean nil when the footnote is contained within + TOP-LEVEL a boolean, nil when the footnote is contained within another one, SIZE the length of the inline definition, in characters, or nil for non-inline references.