]> git.eshelyaron.com Git - emacs.git/commitdiff
(checkdoc-minor-mode): Add group.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 04:36:18 +0000 (04:36 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 04:36:18 +0000 (04:36 +0000)
lisp/emacs-lisp/checkdoc.el

index 334a7995bcf90f528076bb544e6962c2eed62936..40723295865427b3738f3cceed0efe0e2d8acf1f 100644 (file)
@@ -1195,7 +1195,8 @@ bound to \\<checkdoc-minor-mode-map> \\[checkdoc-eval-defun] and `checkdoc-eval-
 checking of documentation strings.
 
 \\{checkdoc-minor-mode-map}"
-  nil " CDoc" nil)
+  nil " CDoc" nil
+  :group 'checkdoc)
 
 ;;; Subst utils
 ;;