| 136 | | @var{package} version @var{version}, or that its default value was |
|---|
| 137 | | changed in that version. This keyword takes priority over :version. |
|---|
| 138 | | The value of @var{package} is a symbol and @var{version} is a string. |
|---|
| 139 | | The @var{package} and @var{version} must appear in the alist |
|---|
| 140 | | @code{customize-package-emacs-version-alist}. Since @var{package} must |
|---|
| 141 | | be unique and the user might see it in an error message, a good choice |
|---|
| 142 | | is the official name of the package, such as MH-E or Gnus. |
|---|
| 143 | | |
|---|
| | 136 | @var{package} version @var{version}, or that its meaning or default |
|---|
| | 137 | value was changed in that version. The value of @var{package} is a |
|---|
| | 138 | symbol and @var{version} is a string. |
|---|
| | 139 | |
|---|
| | 140 | This keyword takes priority over @code{:version}. |
|---|
| | 141 | |
|---|
| | 142 | @var{package} should be the official name of the package, such as MH-E |
|---|
| | 143 | or Gnus. If the package @var{package} is released as part of Emacs, |
|---|
| | 144 | @var{package} and @var{version} should appear in the value of |
|---|
| | 145 | @code{customize-package-emacs-version-alist}. |
|---|