diff options
| author | Dave Love | 2000-11-02 14:47:18 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-02 14:47:18 +0000 |
| commit | 3d66f910ade42c08be627964db25638444d39aeb (patch) | |
| tree | dfea8338e9fd6a2f08ccf6ff08c2771e60e6c2ed | |
| parent | 975f82c969c073ba1cad2218f90a4d8c730b4572 (diff) | |
| download | emacs-3d66f910ade42c08be627964db25638444d39aeb.tar.gz emacs-3d66f910ade42c08be627964db25638444d39aeb.zip | |
defgroup :version
| -rw-r--r-- | lispref/customize.texi | 14 |
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. | |||
| 130 | Useful widgets are @code{custom-variable} for a variable, | 130 | Useful 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 | ||
| 133 | When a new group is introduced into Emacs, use this keyword in | ||
| 134 | @code{defgroup}: | ||
| 135 | |||
| 136 | @table @code | ||
| 137 | @item :version @var{version} | ||
| 138 | This option specifies that the group was first introduced in Emacs | ||
| 139 | version @var{version}. The value @var{version} must be a string. | ||
| 140 | @end table | ||
| 141 | |||
| 142 | Tag the group with a version like this when it is introduced, rather | ||
| 143 | than the individual members (@pxref{Variable Definitions}). | ||
| 144 | |||
| 133 | In addition to the common keywords (@pxref{Common Keywords}), you can | 145 | In addition to the common keywords (@pxref{Common Keywords}), you can |
| 134 | use this keyword in @code{defgroup}: | 146 | also use this keyword in @code{defgroup}: |
| 135 | 147 | ||
| 136 | @table @code | 148 | @table @code |
| 137 | @item :prefix @var{prefix} | 149 | @item :prefix @var{prefix} |