From c84192e567fcc954ce8715bbee5735727ae13d91 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 25 Nov 2011 19:06:19 +0100 Subject: [PATCH] contrib/lisp/org-export.el: Fix misleading comments about transcoders * contrib/lisp/org-export.el: Fix misleading comments about transcoders. --- contrib/lisp/org-export.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index c9b435f71..dbc27370f 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,