summaryrefslogtreecommitdiff
path: root/lispref/customize.texi
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-04-12 22:12:29 +0000
committerBill Wohler <wohler@newt.com>2006-04-12 22:12:29 +0000
commit4f8ed159ea7346e9fa5697ff8c38ed19eb4cec48 (patch)
tree276d13c51b919d01d2aceb4ddc81a565f7f48a73 /lispref/customize.texi
parent7c447c3f8d225ef0c4f14ffacc468db9a405e4e0 (diff)
downloademacs-4f8ed159ea7346e9fa5697ff8c38ed19eb4cec48.tar.gz
(Common Keywords): Move description of
customize-package-emacs-version-alist to @defvar.
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r--lispref/customize.texi18
1 files changed, 12 insertions, 6 deletions
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