contrib/lisp/org-export: Fix a docstring.
* contrib/lisp/org-export.el (org-export-option-alist): Fix docstring.
This commit is contained in:
parent
c84192e567
commit
55e4d0e695
|
@ -153,13 +153,13 @@ the same property. It is a symbol among:
|
||||||
`split' Split values at white spaces, and cons them to the
|
`split' Split values at white spaces, and cons them to the
|
||||||
previous list.
|
previous list.
|
||||||
|
|
||||||
KEYWORD and OPTION have precedence over VARIABLE.
|
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. For back-end
|
||||||
specific properties, define a similar variable named
|
specific properties, define a similar variable named
|
||||||
`org-element-BACKEND-option-alist', replacing BACKEND with the
|
`org-BACKEND-option-alist', replacing BACKEND with the name of
|
||||||
name of the appropriate back-end. You can also redefine
|
the appropriate back-end. You can also redefine properties
|
||||||
properties there, as they have precedence over these.")
|
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")
|
||||||
|
|
Loading…
Reference in New Issue