summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-12-29 21:38:57 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-12-29 21:38:57 +0100
commit05973be2979bd5f42278d256146b21d7e81cbc71 (patch)
tree0c0e87538409f1010939df00aee079160f24cdbe
parentd210a8a578b55f5118af24a6f684c12896e02227 (diff)
downloadorg-mode-05973be2979bd5f42278d256146b21d7e81cbc71.tar.gz
org-footnote: Fix typo
* lisp/org-footnote.el (org-footnote--collect-references): Fix typo in docstring.
-rw-r--r--lisp/org-footnote.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index de81f85..fa4d953 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.