diff options
Diffstat (limited to 'sx-tab.el')
-rw-r--r-- | sx-tab.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,7 +67,8 @@ Possible values are the cdrs of `sx-tab--order-methods'." (mapcar (lambda (c) `(const :tag ,(car c) ,(cdr c))) (cl-remove-duplicates sx-tab--order-methods - :key #'cdr)))) + :key #'cdr))) + :group 'sx-question-list) (defconst sx-tab--docstring-format "Display a list of %s questions for SITE. |