# HG changeset patch # User Thien-Thi Nguyen # Date 1078663490 0 # Node ID 9856d5a15940c295873c3c6dcc455b66f93ac2f1 # Parent cf1bd1c870f72506ef31f289cedbd4d6ae7d96b0 Fix typo. Remove eol whitespace. diff -r cf1bd1c870f7 -r 9856d5a15940 lispref/customize.texi --- a/lispref/customize.texi Sun Mar 07 07:08:43 2004 +0000 +++ b/lispref/customize.texi Sun Mar 07 12:44:50 2004 +0000 @@ -585,7 +585,7 @@ @item color The value must be a valid color name, and you can do completion with -@kbd{M-@key{TAB}}. A sample is provided, +@kbd{M-@key{TAB}}. A sample is provided. @end table @node Composite Types @@ -1083,7 +1083,7 @@ :tag "Node" :type '(choice (string :tag "Leaf" :value "") (cons :tag "Interior" - :value ("" . "") + :value ("" . "") binary-tree-of-string binary-tree-of-string))) @@ -1102,7 +1102,7 @@ @code{defcustom} with the same name. The third argument is a documentation string for the new widget. You will be able to see that string with the @kbd{M-x widget-browse @key{ret} binary-tree-of-string -@key{ret}} command. +@key{ret}} command. After these mandatory arguments follows the keyword arguments. The most important is @code{:type}, which describes the datatype we want to match @@ -1116,7 +1116,7 @@ structure apparent in the customization buffer. The @code{defcustom} shows how the new widget can be used as an ordinary -customization type. +customization type. If you wonder about the name @code{lazy}, know that the other composite widgets convert their inferior widgets to internal form when the widget