1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(Customization Types): Merge in some menu descriptions from elisp.texi.

This commit is contained in:
Glenn Morris 2009-07-10 04:56:39 +00:00
parent 45d773757a
commit 51d9979cd5
2 changed files with 11 additions and 5 deletions

View file

@ -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