org-footnote: fix some comment strings

This commit is contained in:
Nicolas Goaziou 2011-07-16 10:45:40 +02:00
parent 6d9e90454f
commit 4ae030e027
1 changed files with 8 additions and 8 deletions

View File

@ -717,9 +717,9 @@ Additional note on `org-footnote-insert-pos-for-preprocessor':
(when export-props
(setq org-export-footnotes-seen ref-table)))
;; Else, insert each definition at the end of the section
;; containing their first reference. Happens only in Org
;; files with no special footnote section, and only when
;; doing sorting.
;; containing their first reference. Happens only in Org files
;; with no special footnote section, and only when doing
;; sorting.
(t (mapc 'org-insert-footnote-reference-near-definition
ref-table))))))