浏览代码

Improve docstring for org-publish-project-alist

Carsten Dominik 14 年之前
父节点
当前提交
d5d96f612e
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      lisp/org-publish.el

+ 6 - 3
lisp/org-publish.el

@@ -71,11 +71,14 @@ Each element of the alist is a publishing 'project.'  The CAR of
 each element is a string, uniquely identifying the project.  The
 CDR of each element is in one of the following forms:
 
-  (:property value :property value ... )
+1. A well-formed property list with an even number of elements, alternating
+   keys and values, specifying parameters for the publishing process.
 
-OR,
+     (:property value :property value ... )
 
-  (:components (\"project-1\" \"project-2\" ...))
+2. A meta-project definition, specifying of a list of sub-projects:
+
+     (:components (\"project-1\" \"project-2\" ...))
 
 When the CDR of an element of org-publish-project-alist is in
 this second form, the elements of the list after :components are