changeset 69979:6ca7f811a803

(Common Keywords): Move description of customize-package-emacs-version-alist to @defvar.
author Bill Wohler <wohler@newt.com>
date Wed, 12 Apr 2006 22:12:29 +0000
parents cb54ae454387
children f347a837af60
files lispref/ChangeLog lispref/customize.texi
diffstat 2 files changed, 17 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Wed Apr 12 19:40:56 2006 +0000
+++ b/lispref/ChangeLog	Wed Apr 12 22:12:29 2006 +0000
@@ -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.
--- a/lispref/customize.texi	Wed Apr 12 19:40:56 2006 +0000
+++ b/lispref/customize.texi	Wed Apr 12 22:12:29 2006 +0000
@@ -136,10 +136,17 @@
 @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 @@
                     ("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