diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-18 04:36:18 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-18 04:36:18 +0000 |
commit | 90620d3dfb087711ce3223972e2a001fc2dc2077 (patch) | |
tree | 7e93fd99a0995b1df48a4a567a9ffcda9d033d4d /lisp/emacs-lisp/checkdoc.el | |
parent | 966cdb22096af2d8a21e18846428baa424af124c (diff) | |
download | emacs-90620d3dfb087711ce3223972e2a001fc2dc2077.tar.gz emacs-90620d3dfb087711ce3223972e2a001fc2dc2077.tar.bz2 emacs-90620d3dfb087711ce3223972e2a001fc2dc2077.zip |
(checkdoc-minor-mode): Add group.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 334a7995bcf..40723295865 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -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 ;; |