org-element: Enhance docstring

* lisp/org-element.el (org-element-table-interpreter): Enhance
  docstring.
This commit is contained in:
Nicolas Goaziou 2014-08-24 21:28:56 +02:00
parent 1a89ec59fa
commit e7b7c9cd8e
1 changed files with 1 additions and 1 deletions

View File

@ -2481,7 +2481,7 @@ Assume point is at the beginning of the table."
(defun org-element-table-interpreter (table contents)
"Interpret TABLE element as Org syntax.
CONTENTS is nil."
CONTENTS is a string, if table's type is `org', or nil."
(if (eq (org-element-property :type table) 'table.el)
(org-remove-indentation (org-element-property :value table))
(concat (with-temp-buffer (insert contents)