]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/checkdoc.el
*** empty log message ***
[gnu-emacs] / lisp / emacs-lisp / checkdoc.el
index ca131f8a6d2d69c8eb7b7d599b6684e8dc5207a2..fcc589cc929dca76350a8232868e9f3a4d1cb372 100644 (file)
@@ -1767,7 +1767,8 @@ function called to create the messages."
 (defgroup checkdoc nil
   "Support for doc-string checking in emacs lisp."
   :prefix "checkdoc"
-  :group 'lisp)
+  :group 'lisp
+  :version "20.3")
 
 (custom-add-option 'emacs-lisp-mode-hook
                   (lambda () (checkdoc-minor-mode 1)))