Browse Source

Fix some docstrings

Carsten Dominik 15 years ago
parent
commit
d041e78c30
2 changed files with 6 additions and 2 deletions
  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>
 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-docbook.el (org-docbook-do-expand): Fix bug with variable names.
 	(org-export-docbook-finalize-table): Make use of label for tables.
 	(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 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
 you might be loading some other package that conflicts with one of the default
 packages.
 packages.
-Each cell is of the format \( \"options\" . \"package\" \)."
+Each cell is of the format \( \"options\" \"package\" \)."
   :group 'org-export-latex
   :group 'org-export-latex
   :type '(repeat
   :type '(repeat
 	  (list
 	  (list
@@ -2967,7 +2967,7 @@ Each cell is of the format \( \"options\" . \"package\" \)."
 (defcustom org-export-latex-packages-alist nil
 (defcustom org-export-latex-packages-alist nil
   "Alist of packages to be inserted in the header.
   "Alist of packages to be inserted in the header.
 These will be inserted after `org-export-latex-default-packages-alist'.
 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
   :group 'org-export-latex
   :type '(repeat
   :type '(repeat
 	  (list
 	  (list