]> code.delx.au - gnu-emacs/blobdiff - lispref/customize.texi
(Buffer Contents): Add example of text props in result of buffer-substring.
[gnu-emacs] / lispref / customize.texi
index 42fd14ae0ef6750ce8fcb668bf2d301c364e48d0..da2b8a068f97df2ecdf124847fcd13336ee40ef3 100644 (file)
@@ -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
@@ -563,7 +564,8 @@ This is done by using a customization type specification instead of a
 symbol for the key.
 
 @smallexample
-:options '("foo" ((function-item some-function) integer) "baz")
+:options '("foo" ((function-item some-function) integer)
+           "baz")
 @end smallexample
 
 Many alists use lists with two elements, instead of cons cells.  For