소스 검색

ox-latex: Fix typo in docstring

Marco Wahl 9 년 전
부모
커밋
ca8a0234fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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