From: Bill Wohler Date: Fri, 14 Apr 2006 01:02:18 +0000 (+0000) Subject: (Common Keywords): Specify values of :package-version. X-Git-Tag: emacs-pretest-22.0.90~3138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50b7bce06860f5aede4a7aa60780afeb488d0a6b;p=emacs.git (Common Keywords): Specify values of :package-version. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c3920786a01..f16982eb414 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/lispref/customize.texi b/lispref/customize.texi index 42fd14ae0ef..76b1c1a1a93 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -135,6 +135,7 @@ version. The value @var{version} must be a string. 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