# HG changeset patch # User Dave Love # Date 971689797 0 # Node ID bfbe1fcac41666b9f7ff530ef3f55c0b03b73ac1 # Parent c14fa0c35aca09b8512a1f8d9c9e1f3896602cae custom types emacs-commentary-link, coding-system, color diff -r c14fa0c35aca -r bfbe1fcac416 lispref/customize.texi --- a/lispref/customize.texi Mon Oct 16 08:42:22 2000 +0000 +++ b/lispref/customize.texi Mon Oct 16 09:49:57 2000 +0000 @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. +@c Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/customize @node Customization, Loading, Macros, Top @@ -64,6 +64,10 @@ @item (url-link @var{url}) Link to a web page; @var{url} is a string which specifies the @sc{url}. The link appears in the customization buffer as @var{url}. + +@item (emacs-commentary-link @var{library}) +Link to the commentary section of a library; @var{library} is a string +which specifies the library name. @end table You can specify the text to use in the customization buffer by adding @@ -542,6 +546,14 @@ you can specify that the value must be @code{nil} or @code{t}, but also specify the text to describe each value in a way that fits the specific meaning of the alternative. + +@item coding-system +The value must be a coding-system name, and you can do completion with +@kbd{M-@key{TAB}}. + +@item color +The value must be a valid color name, and you can do completion with +@kbd{M-@key{TAB}}. A sample is provided, @end table @node Composite Types