summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2014-08-04 00:17:20 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2014-08-04 13:29:26 +0200
commite9c1f5ca53bcf680e70c68dd806682b7d4abf1a3 (patch)
treea8b6387f496206d826e4021d72c70e2b43e7f831
parent60a407a7f5a70c9bb34743de7c54575d6dff9698 (diff)
downloadorg-mode-e9c1f5ca53bcf680e70c68dd806682b7d4abf1a3.tar.gz
ox-texinfo: Fix docstrings
* lisp/ox-texinfo.el (org-texinfo-node-description-column, org-texinfo-format-drawer-function): Fix docstrings.
-rw-r--r--lisp/ox-texinfo.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el
index 3ee4752..4f85d73 100644
--- a/lisp/ox-texinfo.el
+++ b/lisp/ox-texinfo.el
@@ -233,9 +233,7 @@ order to reproduce the default set-up:
;;; Node listing (menu)
(defcustom org-texinfo-node-description-column 32
- "Column at which to start the description in the node
- listings.
-
+ "Column at which to start the description in the node listings.
If a node title is greater than this length, the description will
be placed after the end of the title."
:group 'org-export-texinfo
@@ -285,7 +283,7 @@ When nil, no transformation is made."
:group 'org-export-texinfo
:type '(choice
(string :tag "Format string")
- (const :tag "No formatting")))
+ (const :tag "No formatting" nil)))
(defcustom org-texinfo-def-table-markup "@samp"
"Default setting for @table environments."
@@ -331,7 +329,7 @@ The function should return the string to be exported.
The default function simply returns the value of CONTENTS."
:group 'org-export-texinfo
:version "24.4"
- :package-version '(Org . "8.3")
+ :package-version '(Org . "8.2")
:type 'function)
;;; Inlinetasks