org-latex-listings-options: Update docstring
* lisp/ox-latex.el (org-latex-listings-options): \lstset is no longer used. Clarify that options are now supplied directly to the environment.
This commit is contained in:
parent
d440b242b3
commit
7f7fb256c6
|
@ -1025,7 +1025,7 @@ in this list - but it does not hurt if it is present."
|
||||||
"Association list of options for the latex listings package.
|
"Association list of options for the latex listings package.
|
||||||
|
|
||||||
These options are supplied as a comma-separated list to the
|
These options are supplied as a comma-separated list to the
|
||||||
\\lstset command. Each element of the association list should be
|
\\lstlisting command. Each element of the association list should be
|
||||||
a list or cons cell containing two strings: the name of the
|
a list or cons cell containing two strings: the name of the
|
||||||
option, and the value. For example,
|
option, and the value. For example,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue