浏览代码

org-latex.el: minor docstring clean up.

Bastien Guerry 14 年之前
父节点
当前提交
a9da06b1db
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      lisp/org-latex.el

+ 3 - 3
lisp/org-latex.el

@@ -391,15 +391,15 @@ Alternatively,
   (setq org-export-latex-listings 'minted)
 
 causes source code to be exported using the minted package as
-opposed to listings. If you want to use minted, you need to add
+opposed to listings.  If you want to use minted, you need to add
 the minted package to `org-export-latex-packages-alist', for
 example using customize, or with
 
   (require 'org-latex)
   (add-to-list 'org-export-latex-packages-alist '(\"\" \"minted\"))
 
-In addition, it is neccessary to install
-pygments (http://pygments.org), and to configure
+In addition, it is necessary to install 
+pygments (http://pygments.org), and to configure the variable
 `org-latex-to-pdf-process' so that the -shell-escape option is
 passed to pdflatex.
 "