diff lisp/help.el @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 2c611d1463a6
children 434959a2fba3
line wrap: on
line diff
--- a/lisp/help.el	Mon Aug 13 10:11:42 2007 +0200
+++ b/lisp/help.el	Mon Aug 13 10:12:37 2007 +0200
@@ -40,8 +40,12 @@
 ;; or run interpreted, but not when the compiled code is loaded.
 (eval-when-compile (require 'help-macro))
 
+(defgroup help nil
+  "Support for on-line help systems."
+  :group 'emacs)
+
 (defgroup help-appearance nil
-  "Appearance of help buffers"
+  "Appearance of help buffers."
   :group 'help)
 
 (defvar help-map (let ((map (make-sparse-keymap)))