From a2fd96a3de1fd0425da02b07998c0f890c3eccf7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 12 Jun 2012 17:31:48 +0200 Subject: [PATCH] org-export: Fix code comments --- contrib/lisp/org-export.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 9b26a1208..8e9374f5c 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -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.