# HG changeset patch # User Markus Rost # Date 1037594178 0 # Node ID 68ad51bc733810d9e71a11f0b7da26af2108189b # Parent f4682f3c8e03abf7d47e55eca8fc1850bbb7295c (checkdoc-minor-mode): Add group. diff -r f4682f3c8e03 -r 68ad51bc7338 lisp/emacs-lisp/checkdoc.el --- a/lisp/emacs-lisp/checkdoc.el Mon Nov 18 04:32:11 2002 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Mon Nov 18 04:36:18 2002 +0000 @@ -1195,7 +1195,8 @@ checking of documentation strings. \\{checkdoc-minor-mode-map}" - nil " CDoc" nil) + nil " CDoc" nil + :group 'checkdoc) ;;; Subst utils ;;