瀏覽代碼

Extended org-export-default-language docstring

* ox.el (org-export-default-language): mention other variables
affected by language.
rasmus 11 年之前
父節點
當前提交
e7609fb904
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      lisp/ox.el

+ 3 - 2
lisp/ox.el

@@ -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"))