aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-10 04:56:39 +0000
committerGlenn Morris2009-07-10 04:56:39 +0000
commit51d9979cd5ed080cccb0c6485473e296be2b0138 (patch)
tree36183fd358608008b90e5010523acfc967df49c0
parent45d773757af3730e27b0c1591670b1690755ae24 (diff)
downloademacs-51d9979cd5ed080cccb0c6485473e296be2b0138.tar.gz
emacs-51d9979cd5ed080cccb0c6485473e296be2b0138.zip
(Customization Types): Merge in some menu descriptions from elisp.texi.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/customize.texi11
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 @@
12009-07-10 Glenn Morris <rgm@gnu.org>
2
3 * customize.texi (Customization Types): Merge in some menu
4 descriptions from elisp.texi.
5
12009-07-09 Glenn Morris <rgm@gnu.org> 62009-07-09 Glenn Morris <rgm@gnu.org>
2 7
3 * back.texi: Don't hard-code texinfo location. 8 * 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)}.
513Introduction, widget, The Emacs Widget Library}, for details. 513Introduction, widget, The Emacs Widget Library}, for details.
514 514
515@menu 515@menu
516* Simple Types:: 516* Simple Types:: Simple customization types: sexp, integer, number,
517* Composite Types:: 517 string, file, directory, alist.
518* Splicing into Lists:: 518* Composite Types:: Build new types from other types or data.
519* Type Keywords:: 519* Splicing into Lists:: Splice elements into list with @code{:inline}.
520* Defining New Types:: 520* Type Keywords:: Keyword-argument pairs in a customization type.
521* Defining New Types:: Give your type a name.
521@end menu 522@end menu
522 523
523@node Simple Types 524@node Simple Types