Extended org-export-default-language docstring

* ox.el (org-export-default-language): mention other variables
affected by language.
This commit is contained in:
rasmus 2013-07-03 12:09:21 +02:00 committed by Nicolas Goaziou
parent 7ff935bb60
commit e7609fb904
1 changed files with 3 additions and 2 deletions

View File

@ -501,8 +501,9 @@ e.g. \"H:2\"."
(defcustom org-export-default-language "en"
"The default language for export and clocktable translations, as a string.
This may have an association in
`org-clock-clocktable-language-setup'. This option can also be
set with the LANGUAGE keyword."
`org-clock-clocktable-language-setup',
`org-export-smart-quotes-alist' and `org-export-dictionary'.
This option can also be set with the LANGUAGE keyword."
:group 'org-export-general
:type '(string :tag "Language"))