summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2012-07-23 19:32:57 +0200
committerNicolas Goaziou <n.goaziou@gmail.com>2012-07-23 19:32:57 +0200
commitb0f2e083b7734b30cef47803cc7b08163d0ade4c (patch)
tree28eec59618206db70982a239c785f5d842f06bbd
parent2b21bb4e523a1891cce5842ee3f4edcb7cd2de03 (diff)
downloadorg-mode-b0f2e083b7734b30cef47803cc7b08163d0ade4c.tar.gz
org-export: Update docstrings
-rw-r--r--contrib/lisp/org-export.el13
1 files changed, 5 insertions, 8 deletions
diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el
index ec3a5ec..9325621 100644
--- a/contrib/lisp/org-export.el
+++ b/contrib/lisp/org-export.el
@@ -172,11 +172,9 @@ BEHAVIOUR determine how Org should handle multiple keywords for
KEYWORD and OPTION have precedence over DEFAULT.
-All these properties should be back-end agnostic. For back-end
-specific properties, define a similar variable named
-`org-BACKEND-options-alist', replacing BACKEND with the name of
-the appropriate back-end. You can also redefine properties
-there, as they have precedence over these.")
+All these properties should be back-end agnostic. Back-end
+specific properties are set through `org-export-define-backend'.
+Properties redefined there have precedence over these.")
(defconst org-export-special-keywords
'("SETUP_FILE" "OPTIONS" "MACRO")
@@ -248,9 +246,8 @@ variable defining initial filters.
This list is meant to install user specified filters. Back-end
developers may install their own filters using
-`org-BACKEND-filters-alist', where BACKEND is the name of the
-considered back-end. Filters defined there will always be
-prepended to the current list, so they always get applied
+`org-export-define-backend'. Filters defined there will always
+be prepended to the current list, so they always get applied
first.")
(defconst org-export-default-inline-image-rule