From bfa546681cdf5489d46c20a6983e63d9674d04e7 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Tue, 5 Apr 2005 15:22:50 +0000 Subject: [PATCH] (Defining Minor Modes): Document :group keyword argument and its default value. --- lispref/ChangeLog | 5 +++++ lispref/modes.texi | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 0f778a1591..1f5c324bdd 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-04-05 Lute Kamstra + + * modes.texi (Defining Minor Modes): Document :group keyword + argument and its default value. + 2005-04-03 Lute Kamstra * hooks.texi (Standard Hooks): Add some hooks. Add cross diff --git a/lispref/modes.texi b/lispref/modes.texi index f2cfcd2eb8..ecbe39dbb3 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -1127,6 +1127,12 @@ used. The @var{keyword-args} consist of keywords followed by 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. -- 2.39.2