aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-02 14:47:18 +0000
committerDave Love2000-11-02 14:47:18 +0000
commit3d66f910ade42c08be627964db25638444d39aeb (patch)
treedfea8338e9fd6a2f08ccf6ff08c2771e60e6c2ed
parent975f82c969c073ba1cad2218f90a4d8c730b4572 (diff)
downloademacs-3d66f910ade42c08be627964db25638444d39aeb.tar.gz
emacs-3d66f910ade42c08be627964db25638444d39aeb.zip
defgroup :version
-rw-r--r--lispref/customize.texi14
1 files changed, 13 insertions, 1 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index 0da420cafc9..2ce5f5ed4ae 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -130,8 +130,20 @@ is a symbol, and @var{widget} is a widget type for editing that symbol.
130Useful widgets are @code{custom-variable} for a variable, 130Useful widgets are @code{custom-variable} for a variable,
131@code{custom-face} for a face, and @code{custom-group} for a group. 131@code{custom-face} for a face, and @code{custom-group} for a group.
132 132
133When a new group is introduced into Emacs, use this keyword in
134@code{defgroup}:
135
136@table @code
137@item :version @var{version}
138This option specifies that the group was first introduced in Emacs
139version @var{version}. The value @var{version} must be a string.
140@end table
141
142Tag the group with a version like this when it is introduced, rather
143than the individual members (@pxref{Variable Definitions}).
144
133In addition to the common keywords (@pxref{Common Keywords}), you can 145In addition to the common keywords (@pxref{Common Keywords}), you can
134use this keyword in @code{defgroup}: 146also use this keyword in @code{defgroup}:
135 147
136@table @code 148@table @code
137@item :prefix @var{prefix} 149@item :prefix @var{prefix}