org-export: Update docstrings

This commit is contained in:
Nicolas Goaziou 2012-07-23 19:32:57 +02:00
parent 2b21bb4e52
commit b0f2e083b7
1 changed files with 5 additions and 8 deletions

View File

@ -172,11 +172,9 @@ BEHAVIOUR determine how Org should handle multiple keywords for
KEYWORD and OPTION have precedence over DEFAULT. KEYWORD and OPTION have precedence over DEFAULT.
All these properties should be back-end agnostic. For back-end All these properties should be back-end agnostic. Back-end
specific properties, define a similar variable named specific properties are set through `org-export-define-backend'.
`org-BACKEND-options-alist', replacing BACKEND with the name of Properties redefined there have precedence over these.")
the appropriate back-end. You can also redefine properties
there, as they have precedence over these.")
(defconst org-export-special-keywords (defconst org-export-special-keywords
'("SETUP_FILE" "OPTIONS" "MACRO") '("SETUP_FILE" "OPTIONS" "MACRO")
@ -248,9 +246,8 @@ variable defining initial filters.
This list is meant to install user specified filters. Back-end This list is meant to install user specified filters. Back-end
developers may install their own filters using developers may install their own filters using
`org-BACKEND-filters-alist', where BACKEND is the name of the `org-export-define-backend'. Filters defined there will always
considered back-end. Filters defined there will always be be prepended to the current list, so they always get applied
prepended to the current list, so they always get applied
first.") first.")
(defconst org-export-default-inline-image-rule (defconst org-export-default-inline-image-rule