瀏覽代碼

org-footnote: Fix typo

* lisp/org-footnote.el (org-footnote--collect-references): Fix typo in
  docstring.
Nicolas Goaziou 10 年之前
父節點
當前提交
05973be297
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org-footnote.el

+ 2 - 2
lisp/org-footnote.el

@@ -348,13 +348,13 @@ to rename."
 
 
 Return an alist where associations follow the pattern
 Return an alist where associations follow the pattern
 
 
-  \(LABEL MARKER TOP-LEVEL? SIZE)
+  \(LABEL MARKER TOP-LEVEL SIZE)
 
 
 with
 with
 
 
   LABEL     the label of the of the definition,
   LABEL     the label of the of the definition,
   MARKER    a marker pointing to its beginning,
   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,
             another one,
   SIZE      the length of the inline definition, in characters,
   SIZE      the length of the inline definition, in characters,
             or nil for non-inline references.
             or nil for non-inline references.