From 44ecd80f06d04003807e5292336df56a0187be30 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 4 Mar 2013 20:08:39 +0100 Subject: [PATCH] ox-latex.el (org-latex-toc-command): Cosmetic docstring change * ox-latex.el (org-latex-toc-command): Cosmetic docstring change. --- lisp/ox-latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index cd302f4f0..d4dceeeec 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -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) -- 2.11.4.GIT