ox: Tiny fix to code comments

This commit is contained in:
Nicolas Goaziou 2013-02-09 18:20:07 +01:00
parent 521d47b019
commit 7f2d685219
1 changed files with 2 additions and 2 deletions

View File

@ -1376,8 +1376,8 @@ The back-end could then be called with, for example:
;; `org-export--get-subtree-options' and ;; `org-export--get-subtree-options' and
;; `org-export--get-inbuffer-options' ;; `org-export--get-inbuffer-options'
;; ;;
;; Also, `org-export--confirm-letbind' and `org-export--install-letbind' ;; Also, `org-export--install-letbind-maybe' takes care of the part
;; take care of the part relative to "#+BIND:" keywords. ;; relative to "#+BIND:" keywords.
(defun org-export-get-environment (&optional backend subtreep ext-plist) (defun org-export-get-environment (&optional backend subtreep ext-plist)
"Collect export options from the current buffer. "Collect export options from the current buffer.