aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/customize.texi
diff options
context:
space:
mode:
authorBill Wohler2006-04-14 01:02:18 +0000
committerBill Wohler2006-04-14 01:02:18 +0000
commit50b7bce06860f5aede4a7aa60780afeb488d0a6b (patch)
treeacda52811322c16b891305af03327e14bf3e50a4 /lispref/customize.texi
parent61f32d39d0ae8a3cdee583960aadb4b2087bbb54 (diff)
downloademacs-50b7bce06860f5aede4a7aa60780afeb488d0a6b.tar.gz
emacs-50b7bce06860f5aede4a7aa60780afeb488d0a6b.zip
(Common Keywords): Specify values of :package-version.
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r--lispref/customize.texi1
1 files changed, 1 insertions, 0 deletions
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