org.el: Fix docstring of org-latex-packages-alist
* lisp/org.el (org-latex-packages-alist): Fix docstring to match `org-latex-default-packages-alist' TINYCHANGE
This commit is contained in:
parent
31873ed27d
commit
e4f5a194c7
|
@ -4181,7 +4181,7 @@ Each element is either a cell or a string.
|
||||||
|
|
||||||
A cell is of the format:
|
A cell is of the format:
|
||||||
|
|
||||||
(\"options\" \"package\" SNIPPET-FLAG)
|
(\"options\" \"package\" SNIPPET-FLAG COMPILERS)
|
||||||
|
|
||||||
SNIPPET-FLAG, when non-nil, indicates that this package is also
|
SNIPPET-FLAG, when non-nil, indicates that this package is also
|
||||||
needed when turning LaTeX snippets into images for inclusion into
|
needed when turning LaTeX snippets into images for inclusion into
|
||||||
|
|
Loading…
Reference in New Issue