changeset 54299:9856d5a15940

Fix typo. Remove eol whitespace.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sun, 07 Mar 2004 12:44:50 +0000
parents cf1bd1c870f7
children fff15d96b375
files lispref/customize.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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