From 4f8ed159ea7346e9fa5697ff8c38ed19eb4cec48 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Wed, 12 Apr 2006 22:12:29 +0000 Subject: [PATCH] (Common Keywords): Move description of customize-package-emacs-version-alist to @defvar. --- lispref/ChangeLog | 5 +++++ lispref/customize.texi | 18 ++++++++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f4ad95fc04e..f844494335c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-04-12 Bill Wohler + + * customize.texi (Common Keywords): Move description of + customize-package-emacs-version-alist to @defvar. + 2006-04-10 Bill Wohler * customize.texi (Common Keywords): Add :package-version. diff --git a/lispref/customize.texi b/lispref/customize.texi index a13793ecb54..1d0e44ae93f 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -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 -- 2.39.2