emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/customize.texi


From: Bill Wohler
Subject: [Emacs-diffs] Changes to emacs/lispref/customize.texi
Date: Wed, 12 Apr 2006 22:12:30 +0000

Index: emacs/lispref/customize.texi
diff -u emacs/lispref/customize.texi:1.54 emacs/lispref/customize.texi:1.55
--- emacs/lispref/customize.texi:1.54   Mon Apr 10 23:44:54 2006
+++ emacs/lispref/customize.texi        Wed Apr 12 22:12:29 2006
@@ -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
address@hidden  This alist maps packages
-to alists that map all package versions used with the
address@hidden:package-version} keyword to Emacs versions.  Packages are
-symbols and versions are strings.  For example, the MH-E package
address@hidden
+
address@hidden table
+
+Packages that use the @code{:package-version} keyword must also update
+the @code{customize-package-emacs-version-alist} variable.
+
address@hidden 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
-
address@hidden table
address@hidden defvar
 
 @node Group Definitions
 @section Defining Custom Groups




reply via email to

[Prev in Thread] Current Thread [Next in Thread]