소스 검색

ox-html: Fix a docstring

* lisp/ox-html.el (org-html-checkbox-types): Emphasize valid symbols
  to use for configuration.
Nicolas Goaziou 11 년 전
부모
커밋
d0538affec
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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'.
 HTML export: `on', `off' and `trans'.
 
 
 The choices are:
 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
 Note that only the ascii characters implement tri-state
 checkboxes. The other two use the `off' checkbox for `trans'.")
 checkboxes. The other two use the `off' checkbox for `trans'.")