]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 7 Mar 2004 12:46:01 +0000 (12:46 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 7 Mar 2004 12:46:01 +0000 (12:46 +0000)
Remove eol whitespace.

lispref/ChangeLog
lispref/customize.texi

index 01ab3c1bd8ca8b46e595b88726e8b12c39e91ec3..943fa5b364b6c746576b684292eca749c4ac225d 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * customize.texi: Fix typo. Remove eol whitespace.
+
 2004-03-04  Richard M. Stallman  <rms@gnu.org>
 
        * processes.texi: Fix typos.
index 90600f410b7b198256595e986c48dd9c55ab4985..5b95e911f854f0748497cc5e12905076193c483f 100644 (file)
@@ -585,7 +585,7 @@ The value must be a coding-system name, and you can do completion with
 
 @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 @@ types by a simple example.
   :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 @@ argument with the same syntax as the keyword argument to
 @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 @@ indented four spaces relatively to the parent node, making the tree
 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