0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 22:07:49 +00:00

ox-texinfo: Fix a docstring

* lisp/ox-texinfo.el (org-texinfo-max-toc-depth): Fix docstring.
This commit is contained in:
Nicolas Goaziou 2014-08-11 02:11:32 +02:00
parent 4acfe1cba8
commit d17cd9962f

View file

@ -387,9 +387,10 @@ set `org-texinfo-logfiles-extensions'."
;;; Constants
(defconst org-texinfo-max-toc-depth 4
"Maximum depth for creation of detailed menu listings. Beyond
this depth Texinfo will not recognize the nodes and will cause
errors. Left as a constant in case this value ever changes.")
"Maximum depth for creation of detailed menu listings.
Beyond this depth, Texinfo will not recognize the nodes and will
cause errors. Left as a constant in case this value ever
changes.")
(defconst org-texinfo-supported-coding-systems
'("US-ASCII" "UTF-8" "ISO-8859-15" "ISO-8859-1" "ISO-8859-2" "koi8-r" "koi8-u")