0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 23:57:47 +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 ;;; Constants
(defconst org-texinfo-max-toc-depth 4 (defconst org-texinfo-max-toc-depth 4
"Maximum depth for creation of detailed menu listings. Beyond "Maximum depth for creation of detailed menu listings.
this depth Texinfo will not recognize the nodes and will cause Beyond this depth, Texinfo will not recognize the nodes and will
errors. Left as a constant in case this value ever changes.") cause errors. Left as a constant in case this value ever
changes.")
(defconst org-texinfo-supported-coding-systems (defconst org-texinfo-supported-coding-systems
'("US-ASCII" "UTF-8" "ISO-8859-15" "ISO-8859-1" "ISO-8859-2" "koi8-r" "koi8-u") '("US-ASCII" "UTF-8" "ISO-8859-15" "ISO-8859-1" "ISO-8859-2" "koi8-r" "koi8-u")