소스 검색

org-element: Enhance docstring

* lisp/org-element.el (org-element-table-interpreter): Enhance
  docstring.
Nicolas Goaziou 10 년 전
부모
커밋
e7b7c9cd8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-element.el

+ 1 - 1
lisp/org-element.el

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