瀏覽代碼

Fix typos

Carsten Dominik 16 年之前
父節點
當前提交
4d4e052b6f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org-export-latex.el

+ 2 - 2
lisp/org-export-latex.el

@@ -227,8 +227,8 @@ the %s stands here for the inserted headline and is mandatory."
   :group 'org-export-latex
   :type '(choice (const :tag "Ignore" nil)
 		 (symbol :tag "Convert as descriptive list" description)
-		 (symbol :tag "Convert as descriptive list" itemize)
-		 (symbol :tag "Convert as descriptive list" enumerate)
+		 (symbol :tag "Convert as itemized list" itemize)
+		 (symbol :tag "Convert as enumerated list" enumerate)
 		 (string :tag "Use a section string" :value "\\subparagraph{%s}")))
 
 (defcustom org-export-latex-list-parameters