Carsten Dominik 16 years ago
parent
commit
6664cc4495
1 changed files with 1 additions and 1 deletions
  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>")
 (defcustom org-export-table-row-tags '("<tr>" . "</tr>")
   "The opening tag for table data fields.
   "The opening tag for table data fields.
 This is customizable so that alignment options can be specified.
 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,
 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
 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,
 is a body line.  And the variable `nline' will contain the line number,