Carsten Dominik 16 年之前
父节点
当前提交
6664cc4495
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -286,7 +286,7 @@ This is customizable so that alignment options can be specified."
 (defcustom org-export-table-row-tags '("<tr>" . "</tr>")
   "The opening tag for table data fields.
 This is customizable so that alignment options can be specified.
-Instead of strings, these ca be Lisp forms that will be evaluated
+Instead of strings, these can be Lisp forms that will be evaluated
 for each row in order to construct the table row tags.  During evaluation,
 the variable `head' will be true when this is a header line, nil when this
 is a body line.  And the variable `nline' will contain the line number,