summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2014-01-10 10:00:17 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2014-01-10 10:00:17 +0100
commitd0538affec8baeaa905b00c45d980421c90ae99a (patch)
tree666cfaeed65006016b5ec8c14374c6ddd7457fb2
parent78e66c7212864ffaa6e93a64c2883e282d106b29 (diff)
downloadorg-mode-d0538affec8baeaa905b00c45d980421c90ae99a.tar.gz
ox-html: Fix a docstring
* lisp/ox-html.el (org-html-checkbox-types): Emphasize valid symbols to use for configuration.
-rw-r--r--lisp/ox-html.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index b294cf6..f153626 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -991,9 +991,9 @@ The cdr of each entry is an alist list three checkbox types for
HTML export: `on', `off' and `trans'.
The choices are:
- - Unicode characters (HTML entities)
- - ASCII characters
- - HTML checkboxes
+ `unicode' Unicode characters (HTML entities)
+ `ascii' ASCII characters
+ `html' HTML checkboxes
Note that only the ascii characters implement tri-state
checkboxes. The other two use the `off' checkbox for `trans'.")