浏览代码

Fix some docstrings

Carsten Dominik 15 年之前
父节点
当前提交
d041e78c30
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 4 0
      lisp/ChangeLog
  2. 2 2
      lisp/org.el

+ 4 - 0
lisp/ChangeLog

@@ -1,5 +1,9 @@
 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org.el (org-export-latex-packages-alist)
+	(org-export-latex-default-packages-alist): Fix docstring to
+	reflect the expected structure.
+
 	* org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
 	(org-export-docbook-finalize-table): Make use of label for tables.
 

+ 2 - 2
lisp/org.el

@@ -2957,7 +2957,7 @@ to function properly.  Therefore you should, not modify this variable unless
 you know what you are doing.  The one reason to change it anyway is that
 you might be loading some other package that conflicts with one of the default
 packages.
-Each cell is of the format \( \"options\" . \"package\" \)."
+Each cell is of the format \( \"options\" \"package\" \)."
   :group 'org-export-latex
   :type '(repeat
 	  (list
@@ -2967,7 +2967,7 @@ Each cell is of the format \( \"options\" . \"package\" \)."
 (defcustom org-export-latex-packages-alist nil
   "Alist of packages to be inserted in the header.
 These will be inserted after `org-export-latex-default-packages-alist'.
-Each cell is of the format \( \"options\" . \"package\" \)."
+Each cell is of the format \( \"options\" \"package\" \)."
   :group 'org-export-latex
   :type '(repeat
 	  (list