Bläddra i källkod

ox-latex: Fix typo in docstring

Marco Wahl 9 år sedan
förälder
incheckning
ca8a0234fc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lisp/ox-latex.el

+ 1 - 1
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