Fix typos

This commit is contained in:
Carsten Dominik 2009-03-21 23:37:48 +01:00
parent 225e2111fe
commit 4d4e052b6f

View file

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