0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 21:37:50 +00:00

org-footnote: Fix typo

* lisp/org-footnote.el (org-footnote--collect-references): Fix typo in
  docstring.
This commit is contained in:
Nicolas Goaziou 2015-12-29 21:38:57 +01:00
parent d210a8a578
commit 05973be297

View file

@ -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.