1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(Common Keywords): Move description of

customize-package-emacs-version-alist to @defvar.
This commit is contained in:
Bill Wohler 2006-04-12 22:12:29 +00:00
parent 7c447c3f8d
commit 4f8ed159ea
2 changed files with 17 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2006-04-12 Bill Wohler <wohler@newt.com>
* customize.texi (Common Keywords): Move description of
customize-package-emacs-version-alist to @defvar.
2006-04-10 Bill Wohler <wohler@newt.com>
* customize.texi (Common Keywords): Add :package-version.

View file

@ -136,10 +136,17 @@ This option specifies that the item was first introduced in
@var{package} version @var{version}, or that its default value was
changed in that version. This keyword takes priority over :version.
The @var{package} and @var{version} must appear in the alist
@code{customize-package-emacs-version-alist}. This alist maps packages
to alists that map all package versions used with the
@code{:package-version} keyword to Emacs versions. Packages are
symbols and versions are strings. For example, the MH-E package
@code{customize-package-emacs-version-alist}.
@end table
Packages that use the @code{:package-version} keyword must also update
the @code{customize-package-emacs-version-alist} variable.
@defvar customize-package-emacs-version-alist
This alist maps packages to alists that map all package versions used
with the @code{:package-version} keyword to Emacs versions. Packages
are symbols and versions are strings. For example, the MH-E package
updates this alist with the following:
@smallexample
@ -148,8 +155,7 @@ updates this alist with the following:
("7.1" "22.1") ("7.2" "22.1") ("7.3" "22.1")
("7.4" "22.1") ("8.0" "22.1")))
@end smallexample
@end table
@end defvar
@node Group Definitions
@section Defining Custom Groups