summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-06-25 10:01:23 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-06-25 10:01:23 +0200
commit7f21f76d5efe1a54e62b4baa115675d4bd08e0b5 (patch)
treef9698f209939dc74cd24274fdbdc067e31edeb8f
parenteae7ccd5b0e16014bd77e7d042fc28efb5c2f5c7 (diff)
downloadorg-mode-7f21f76d5efe1a54e62b4baa115675d4bd08e0b5.tar.gz
fix typo
-rw-r--r--lisp/org-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 46efc28..f6b77aa 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -4226,7 +4226,7 @@ this function is called."
(orgtbl-to-generic table (org-combine-plists params2 params))))
(defun orgtbl-to-html (table params)
- "Convert the orgtbl-mode TABLE to LaTeX.
+ "Convert the orgtbl-mode TABLE to HTML.
TABLE is a list, each entry either the symbol `hline' for a horizontal
separator line, or a list of fields for that line.
PARAMS is a property list of parameters that can influence the conversion.