Browse Source

Fix some docstrings

Carsten Dominik 15 năm trước cách đây
mục cha
commit
d041e78c30
2 tập tin đã thay đổi với 6 bổ sung2 xóa
  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