ox-texinfo: Fix docstrings

* lisp/ox-texinfo.el (org-texinfo-node-description-column,
  org-texinfo-format-drawer-function): Fix docstrings.
This commit is contained in:
Nicolas Goaziou 2014-08-04 00:17:20 +02:00
parent 60a407a7f5
commit e9c1f5ca53
1 changed files with 3 additions and 5 deletions

View File

@ -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