summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-06-18 23:22:08 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2009-06-18 23:22:08 +0200
commit6664cc44958bf80b18750d20a41f1aea15350b23 (patch)
tree39b6dc444dd4d5837e909736697cfd600c66e4f8
parent14a81ef24b3bb3e4ef4d93a6a1900b2e7d795970 (diff)
downloadorg-mode-6664cc44958bf80b18750d20a41f1aea15350b23.tar.gz
Fix typo
-rw-r--r--lisp/org-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index c02c70f..27fcb2b 100644
--- a/lisp/org-html.el
+++ b/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,