0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 10:32:52 +00:00

Fix some docstrings

This commit is contained in:
Carsten Dominik 2010-04-03 20:26:50 +02:00
parent f655d1b0b1
commit d041e78c30
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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