mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-26 10:49:38 +00:00
ox-latex.el (org-latex-toc-command): Cosmetic docstring change
* ox-latex.el (org-latex-toc-command): Cosmetic docstring change.
This commit is contained in:
parent
4956a23f8e
commit
44ecd80f06
@ -409,9 +409,9 @@ argument."
|
||||
:type 'string)
|
||||
|
||||
(defcustom org-latex-toc-command "\\tableofcontents\n\n"
|
||||
"LaTeX command to set the table of contents, list of figures...
|
||||
"LaTeX command to set the table of contents, list of figures, etc.
|
||||
This command only applies to the table of contents generated with
|
||||
toc:nil option, not to those generated with #+TOC keyword."
|
||||
the toc:nil option, not to those generated with #+TOC keyword."
|
||||
:group 'org-export-latex
|
||||
:type 'string)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user