summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-09-20 11:28:05 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-09-20 11:28:05 +0200
commit13626a47ad39229b0c955f660975614658fff0d4 (patch)
tree2c6d2a10da9c04e1e846abce1de5cca8d3e293a9
parent17edaf8c14e9999f87b2a038ababb8d9dcf887d3 (diff)
downloadorg-mode-13626a47ad39229b0c955f660975614658fff0d4.tar.gz
ox-latex: Fix typos in docstrings
* lisp/ox-latex.el (org-latex-custom-lang-environments): (org-latex-known-warnings): Turn "latex" into "LaTeX".
-rw-r--r--lisp/ox-latex.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 3f5d2ee..a96d51d 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -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"