summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-11-25 19:06:19 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2011-11-25 19:06:19 +0100
commitc84192e567fcc954ce8715bbee5735727ae13d91 (patch)
treec50fc9efe5825223ab1d064027f197dfecab4f39
parent09982081b5359472f158f7cd338af33227444a10 (diff)
downloadorg-mode-c84192e567fcc954ce8715bbee5735727ae13d91.tar.gz
contrib/lisp/org-export.el: Fix misleading comments about transcoders
* contrib/lisp/org-export.el: Fix misleading comments about transcoders.
-rw-r--r--contrib/lisp/org-export.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el
index c9b435f..dbc2737 100644
--- a/contrib/lisp/org-export.el
+++ b/contrib/lisp/org-export.el
@@ -66,9 +66,8 @@
;; with a single newline character.
;; These functions must follow a strict naming convention:
-;; `org-element-BACKEND-TYPE' where, obviously, BACKEND is the name of
-;; the export back-end and TYPE the type of the element or object
-;; handled.
+;; `org-BACKEND-TYPE' where, obviously, BACKEND is the name of the
+;; export back-end and TYPE the type of the element or object handled.
;; Moreover, two additional functions can be defined. On the one
;; hand, `org-BACKEND-template' returns the final transcoded string,