Browse Source

ox-html: Fix a docstring

* lisp/ox-html.el (org-html-checkbox-types): Emphasize valid symbols
  to use for configuration.
Nicolas Goaziou 11 years ago
parent
commit
d0538affec
1 changed files with 3 additions and 3 deletions
  1. 3 3
      lisp/ox-html.el

+ 3 - 3
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'.")