Add missing :group keyword in defcustom

* org-html.el (org-export-html-protect-char-alist): Add missing :group
keyword in defcustom.
This commit is contained in:
David Maus 2011-07-02 16:27:43 +02:00 committed by Bastien Guerry
parent 4f17b5362a
commit 97538eb9ec
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ a file."
("<" . "&lt;")
(">" . "&gt;"))
"Alist of characters to be converted by `org-html-protect'."
:group 'org-export-html
:type '(repeat (cons (string :tag "Character")
(string :tag "HTML equivalent"))))