Mercurial > emacs
changeset 103819:2f08dd5d0dfa
(Customization Types): Merge in some menu descriptions from elisp.texi.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 10 Jul 2009 04:56:39 +0000 |
parents | 070d03e5b5e6 |
children | 9e06f7e38c79 |
files | doc/lispref/ChangeLog doc/lispref/customize.texi |
diffstat | 2 files changed, 11 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Fri Jul 10 04:49:24 2009 +0000 +++ b/doc/lispref/ChangeLog Fri Jul 10 04:56:39 2009 +0000 @@ -1,3 +1,8 @@ +2009-07-10 Glenn Morris <rgm@gnu.org> + + * customize.texi (Customization Types): Merge in some menu + descriptions from elisp.texi. + 2009-07-09 Glenn Morris <rgm@gnu.org> * back.texi: Don't hard-code texinfo location.
--- a/doc/lispref/customize.texi Fri Jul 10 04:49:24 2009 +0000 +++ b/doc/lispref/customize.texi Fri Jul 10 04:56:39 2009 +0000 @@ -513,11 +513,12 @@ 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