]> git.eshelyaron.com Git - emacs.git/commitdiff
(Customization Types): Merge in some menu descriptions from elisp.texi.
authorGlenn Morris <rgm@gnu.org>
Fri, 10 Jul 2009 04:56:39 +0000 (04:56 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 10 Jul 2009 04:56:39 +0000 (04:56 +0000)
doc/lispref/ChangeLog
doc/lispref/customize.texi

index 2b50eb972ef19b1418e5e224ea0364683c38012f..ddee965fb4e1b4f92aba7f6353417ea2b64ad380 100644 (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>
 
        * back.texi: Don't hard-code texinfo location.
index b4eb1f0404d2cda2efece9da1a03153bb0af8ccb..8db58eaae49d9bbbcd20a56f1e6a226d6bc1cf8a 100644 (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