Mercurial > emacs
changeset 33150:7e53fab4d2a3
defgroup :version
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 02 Nov 2000 14:47:18 +0000 |
parents | a473fce1ed3a |
children | 452df6342ae5 |
files | lispref/customize.texi |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/customize.texi Thu Nov 02 13:36:58 2000 +0000 +++ b/lispref/customize.texi Thu Nov 02 14:47:18 2000 +0000 @@ -130,8 +130,20 @@ Useful widgets are @code{custom-variable} for a variable, @code{custom-face} for a face, and @code{custom-group} for a group. +When a new group is introduced into Emacs, use this keyword in +@code{defgroup}: + +@table @code +@item :version @var{version} +This option specifies that the group was first introduced in Emacs +version @var{version}. The value @var{version} must be a string. +@end table + +Tag the group with a version like this when it is introduced, rather +than the individual members (@pxref{Variable Definitions}). + In addition to the common keywords (@pxref{Common Keywords}), you can -use this keyword in @code{defgroup}: +also use this keyword in @code{defgroup}: @table @code @item :prefix @var{prefix}