# HG changeset patch # User Bill Wohler # Date 1144976538 0 # Node ID 58b5594421bc48ad3ca3727236f66a692b258a43 # Parent 80d80d23ec24f35b5e6ab096e9305090b8bf8828 (Common Keywords): Specify values of :package-version. diff -r 80d80d23ec24 -r 58b5594421bc lispref/ChangeLog --- a/lispref/ChangeLog Fri Apr 14 00:49:01 2006 +0000 +++ b/lispref/ChangeLog Fri Apr 14 01:02:18 2006 +0000 @@ -1,8 +1,8 @@ 2006-04-13 Bill Wohler * customize.texi (Common Keywords): Use dotted notation for - :package-version value. Improve documentation for - customize-package-emacs-version-alist. + :package-version value. Specify its values. Improve documentation + for customize-package-emacs-version-alist. 2006-04-12 Bill Wohler diff -r 80d80d23ec24 -r 58b5594421bc lispref/customize.texi --- a/lispref/customize.texi Fri Apr 14 00:49:01 2006 +0000 +++ b/lispref/customize.texi Fri Apr 14 01:02:18 2006 +0000 @@ -135,6 +135,7 @@ 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 value of @var{package} is a symbol and @var{version} is a string. The @var{package} and @var{version} must appear in the alist @code{customize-package-emacs-version-alist}. Since @var{package} must be unique and the user might see it in an error message, a good choice