org-e-latex: Fix a docstring

* EXPERIMENTAL/org-e-latex.el (org-e-latex-classes): Fix a docstring.
This commit is contained in:
Nicolas Goaziou 2012-02-06 15:08:05 +01:00
parent be43806794
commit aac1c8b60d

View file

@ -183,9 +183,10 @@ will omit the default packages, and will include the
then place \\usepackage commands based on the content of
`org-export-latex-packages-alist'.
If your header or `org-export-latex-default-packages-alist'
inserts \"\\usepackage[AUTO]{inputenc}\", AUTO will automatically
be replaced with a coding system derived from
If your header, `org-export-latex-default-packages-alist' or
`org-export-latex-packages-alist' inserts
\"\\usepackage[AUTO]{inputenc}\", AUTO will automatically be
replaced with a coding system derived from
`buffer-file-coding-system'. See also the variable
`org-e-latex-inputenc-alist' for a way to influence this
mechanism.