From 7f2d6852193729972c7ad9198828fd99b82e1239 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 9 Feb 2013 18:20:07 +0100 Subject: [PATCH] ox: Tiny fix to code comments --- lisp/ox.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox.el b/lisp/ox.el index 468656d8d..f9c77cfc8 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -1376,8 +1376,8 @@ The back-end could then be called with, for example: ;; `org-export--get-subtree-options' and ;; `org-export--get-inbuffer-options' ;; -;; Also, `org-export--confirm-letbind' and `org-export--install-letbind' -;; take care of the part relative to "#+BIND:" keywords. +;; Also, `org-export--install-letbind-maybe' takes care of the part +;; relative to "#+BIND:" keywords. (defun org-export-get-environment (&optional backend subtreep ext-plist) "Collect export options from the current buffer.