org-export: Fix code comments

This commit is contained in:
Nicolas Goaziou 2012-06-12 17:31:48 +02:00
parent 41f427f4bb
commit a2fd96a3de
1 changed files with 3 additions and 1 deletions

View File

@ -2652,7 +2652,9 @@ file should have."
;;;; For Affiliated Keywords
;;
;; `org-export-read-attribute' is a tool
;; `org-export-read-attribute' reads a property from a given element
;; as a plist. It can be used to normalize affiliated keywords'
;; syntax.
(defun org-export-read-attribute (attribute element)
"Turn ATTRIBUTE property from ELEMENT into a plist.