ox-latex: Fix typos in docstrings

* lisp/ox-latex.el (org-latex-custom-lang-environments):
(org-latex-known-warnings): Turn "latex" into "LaTeX".
This commit is contained in:
Nicolas Goaziou 2018-09-20 11:28:05 +02:00
parent 17edaf8c14
commit 13626a47ad
1 changed files with 3 additions and 3 deletions

View File

@ -1049,9 +1049,9 @@ block-specific options, you may use the following syntax:
"Alist mapping languages to language-specific LaTeX environments.
It is used during export of source blocks by the listings and
minted latex packages. The environment may be a simple string,
minted LaTeX packages. The environment may be a simple string,
composed of only letters and numbers. In this case, the string
is directly the name of the latex environment to use. The
is directly the name of the LaTeX environment to use. The
environment may also be a format string. In this case the format
string will be directly exported. This format string may contain
these elements:
@ -1223,7 +1223,7 @@ logfiles to remove, set `org-latex-logfiles-extensions'."
("Undefined control sequence" . "[undefined control sequence]"))
"Alist of regular expressions and associated messages for the user.
The regular expressions are used to find possible warnings in the
log of a latex-run. These warnings will be reported after
log of a LaTeX-run. These warnings will be reported after
calling `org-latex-compile'."
:group 'org-export-latex
:version "26.1"