+2005-04-05 Lute Kamstra <lute@gnu.org>
+
+ * modes.texi (Defining Minor Modes): Document :group keyword
+ argument and its default value.
+
2005-04-03 Lute Kamstra <lute@gnu.org>
* hooks.texi (Standard Hooks): Add some hooks. Add cross
corresponding values. A few keywords have special meanings:
@table @code
+@item :group @var{group}
+Custom group name to use in all generated @code{defcustom} forms.
+Defaults to @var{mode} without the possible trailing @samp{-mode}. Be
+aware that this default may not be a valid customization group defined
+with @code{defgroup}. Please make sure it is.
+
@item :global @var{global}
If non-@code{nil} specifies that the minor mode should be global.
By default, minor modes are buffer-local.