aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/customize.texi1
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 @@
12006-04-13 Bill Wohler <wohler@newt.com> 12006-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
72006-04-12 Bill Wohler <wohler@newt.com> 72006-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.
135This option specifies that the item was first introduced in 135This 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
137changed in that version. This keyword takes priority over :version. 137changed in that version. This keyword takes priority over :version.
138The value of @var{package} is a symbol and @var{version} is a string.
138The @var{package} and @var{version} must appear in the alist 139The @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
140be unique and the user might see it in an error message, a good choice 141be unique and the user might see it in an error message, a good choice