From 51d9979cd5ed080cccb0c6485473e296be2b0138 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 10 Jul 2009 04:56:39 +0000 Subject: [PATCH] (Customization Types): Merge in some menu descriptions from elisp.texi. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/customize.texi | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2b50eb972ef..ddee965fb4e 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 -- 2.39.2