From 55e4d0e6951188cef5fd7f34a268966e93423a0c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 25 Nov 2011 19:33:23 +0100 Subject: [PATCH] contrib/lisp/org-export: Fix a docstring. * contrib/lisp/org-export.el (org-export-option-alist): Fix docstring. --- contrib/lisp/org-export.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index dbc27370f..bbef5fbca 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -153,13 +153,13 @@ the same property. It is a symbol among: `split' Split values at white spaces, and cons them to the 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 specific properties, define a similar variable named -`org-element-BACKEND-option-alist', replacing BACKEND with the -name of the appropriate back-end. You can also redefine -properties there, as they have precedence over these.") +`org-BACKEND-option-alist', replacing BACKEND with the name of +the appropriate back-end. You can also redefine properties +there, as they have precedence over these.") (defconst org-export-special-keywords '("SETUP_FILE" "OPTIONS" "MACRO")