diff options
| author | Bill Wohler | 2006-04-14 01:02:18 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-04-14 01:02:18 +0000 |
| commit | 50b7bce06860f5aede4a7aa60780afeb488d0a6b (patch) | |
| tree | acda52811322c16b891305af03327e14bf3e50a4 | |
| parent | 61f32d39d0ae8a3cdee583960aadb4b2087bbb54 (diff) | |
| download | emacs-50b7bce06860f5aede4a7aa60780afeb488d0a6b.tar.gz emacs-50b7bce06860f5aede4a7aa60780afeb488d0a6b.zip | |
(Common Keywords): Specify values of :package-version.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/customize.texi | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c3920786a01..f16982eb414 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | 2006-04-13 Bill Wohler <wohler@newt.com> | 1 | 2006-04-13 Bill Wohler <wohler@newt.com> |
| 2 | 2 | ||
| 3 | * customize.texi (Common Keywords): Use dotted notation for | 3 | * customize.texi (Common Keywords): Use dotted notation for |
| 4 | :package-version value. Improve documentation for | 4 | :package-version value. Specify its values. Improve documentation |
| 5 | customize-package-emacs-version-alist. | 5 | for customize-package-emacs-version-alist. |
| 6 | 6 | ||
| 7 | 2006-04-12 Bill Wohler <wohler@newt.com> | 7 | 2006-04-12 Bill Wohler <wohler@newt.com> |
| 8 | 8 | ||
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. | |||
| 135 | This option specifies that the item was first introduced in | 135 | This option specifies that the item was first introduced in |
| 136 | @var{package} version @var{version}, or that its default value was | 136 | @var{package} version @var{version}, or that its default value was |
| 137 | changed in that version. This keyword takes priority over :version. | 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. | ||
| 138 | The @var{package} and @var{version} must appear in the alist | 139 | The @var{package} and @var{version} must appear in the alist |
| 139 | @code{customize-package-emacs-version-alist}. Since @var{package} must | 140 | @code{customize-package-emacs-version-alist}. Since @var{package} must |
| 140 | be unique and the user might see it in an error message, a good choice | 141 | be unique and the user might see it in an error message, a good choice |