Mercurial > emacs
changeset 61322:8ac9a1a8591f
(Defining Minor Modes): Document :group keyword argument and its
default value.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Tue, 05 Apr 2005 15:21:56 +0000 |
parents | 537477e02afd |
children | 5cbf084f747b |
files | lispref/modes.texi |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Tue Apr 05 15:19:35 2005 +0000 +++ b/lispref/modes.texi Tue Apr 05 15:21:56 2005 +0000 @@ -1127,6 +1127,12 @@ 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.