Преглед на файлове

org-export: Fix code comments

Nicolas Goaziou преди 13 години
родител
ревизия
a2fd96a3de
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      contrib/lisp/org-export.el

+ 3 - 1
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.