]> code.delx.au - gnu-emacs/commitdiff
(Common Keywords): Move description of
authorBill Wohler <wohler@newt.com>
Wed, 12 Apr 2006 22:12:29 +0000 (22:12 +0000)
committerBill Wohler <wohler@newt.com>
Wed, 12 Apr 2006 22:12:29 +0000 (22:12 +0000)
customize-package-emacs-version-alist to @defvar.

lispref/ChangeLog
lispref/customize.texi

index f4ad95fc04e2fed8e8f524feb567fdc510e28912..f844494335c4167a8b019894f067c12c45fd0f46 100644 (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.
index a13793ecb541ed1dc4935fb166d25ab4a943a3bc..1d0e44ae93f16b6fe6f741ee27462bb2e839e61b 100644 (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