summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2015-10-26 21:38:04 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2015-10-26 21:38:04 +0100
commitca8a0234fc2d0ef11ce89a2d2748eed65e0e3d0c (patch)
treee16fd89038b9d23d2015b92562fbf05c4c9f595b
parent77067142009f66b896b1692b1a425527a1dbd7b7 (diff)
downloadorg-mode-ca8a0234fc2d0ef11ce89a2d2748eed65e0e3d0c.tar.gz
ox-latex: Fix typo in docstring
-rw-r--r--lisp/ox-latex.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el
index 5803eb6..f888085 100644
--- a/lisp/ox-latex.el
+++ b/lisp/ox-latex.el
@@ -1056,7 +1056,7 @@ See also `org-latex-compiler'."
(defcustom org-latex-compiler "pdflatex"
"LaTeX compiler to use.
-Must be an element in `orgg-latex-compilers' or the empty quote.
+Must be an element in `org-latex-compilers' or the empty quote.
Can also be set in buffers via #+LATEX_COMPILER. See also
`org-latex-compiler-file-string'."
:group 'org-export-latex