From: Glenn Morris Date: Fri, 10 Jul 2009 04:55:55 +0000 (+0000) Subject: (Customization Types): Merge in some menu descriptions from elisp.texi. X-Git-Tag: emacs-23.1~123 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ae057a8acffb95e3323f97a35e9d3f526e3c07a;p=emacs.git (Customization Types): Merge in some menu descriptions from elisp.texi. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0f6c550222b..df7768ef967 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2009-07-10 Glenn Morris + + * customize.texi (Customization Types): Merge in some menu + descriptions from elisp.texi. + 2009-07-09 Glenn Morris * back.texi: Don't hard-code texinfo location. diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index b4eb1f0404d..8db58eaae49 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -513,11 +513,12 @@ equivalent to @code{(string)}. Introduction, widget, The Emacs Widget Library}, for details. @menu -* Simple Types:: -* Composite Types:: -* Splicing into Lists:: -* Type Keywords:: -* Defining New Types:: +* Simple Types:: Simple customization types: sexp, integer, number, + string, file, directory, alist. +* Composite Types:: Build new types from other types or data. +* Splicing into Lists:: Splice elements into list with @code{:inline}. +* Type Keywords:: Keyword-argument pairs in a customization type. +* Defining New Types:: Give your type a name. @end menu @node Simple Types