1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -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

@ -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> 2009-07-09 Glenn Morris <rgm@gnu.org>
* back.texi: Don't hard-code texinfo location. * back.texi: Don't hard-code texinfo location.

View file

@ -513,11 +513,12 @@ equivalent to @code{(string)}.
Introduction, widget, The Emacs Widget Library}, for details. Introduction, widget, The Emacs Widget Library}, for details.
@menu @menu
* Simple Types:: * Simple Types:: Simple customization types: sexp, integer, number,
* Composite Types:: string, file, directory, alist.
* Splicing into Lists:: * Composite Types:: Build new types from other types or data.
* Type Keywords:: * Splicing into Lists:: Splice elements into list with @code{:inline}.
* Defining New Types:: * Type Keywords:: Keyword-argument pairs in a customization type.
* Defining New Types:: Give your type a name.
@end menu @end menu
@node Simple Types @node Simple Types