From b0f2e083b7734b30cef47803cc7b08163d0ade4c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 23 Jul 2012 19:32:57 +0200 Subject: [PATCH] org-export: Update docstrings --- contrib/lisp/org-export.el | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index ec3a5ecaa..9325621a1 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