Просмотр исходного кода

ox-latex.el (org-latex-toc-command): Cosmetic docstring change

* ox-latex.el (org-latex-toc-command): Cosmetic docstring change.
Bastien Guerry 13 лет назад
Родитель
Сommit
44ecd80f06
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lisp/ox-latex.el

+ 2 - 2
lisp/ox-latex.el

@@ -409,9 +409,9 @@ argument."
   :type 'string)
   :type 'string)
 
 
 (defcustom org-latex-toc-command "\\tableofcontents\n\n"
 (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
 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
   :group 'org-export-latex
   :type 'string)
   :type 'string)