Ver código fonte

org-e-latex: Fix a docstring

* EXPERIMENTAL/org-e-latex.el (org-e-latex-classes): Fix a docstring.
Nicolas Goaziou 13 anos atrás
pai
commit
aac1c8b60d
1 arquivos alterados com 4 adições e 3 exclusões
  1. 4 3
      EXPERIMENTAL/org-e-latex.el

+ 4 - 3
EXPERIMENTAL/org-e-latex.el

@@ -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.