From d17cd9962f80a1faa134f5ccc758dc7961c27215 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 11 Aug 2014 02:11:32 +0200 Subject: [PATCH] ox-texinfo: Fix a docstring * lisp/ox-texinfo.el (org-texinfo-max-toc-depth): Fix docstring. --- lisp/ox-texinfo.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el index 395c3dad5..cecc52924 100644 --- a/lisp/ox-texinfo.el +++ b/lisp/ox-texinfo.el @@ -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")