mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
(Customization Types): Merge in some menu descriptions from elisp.texi.
This commit is contained in:
parent
45d773757a
commit
51d9979cd5
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user