summaryrefslogtreecommitdiff
path: root/lispref/customize.texi
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2004-03-07 12:44:50 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2004-03-07 12:44:50 +0000
commit1761df31a58b45494728effd4d400367bf6977b4 (patch)
tree73fb7509d51f394b5c039f26a91ce3819c24672b /lispref/customize.texi
parent32684e04b8931d8545a0d502e9d37c68ae78a6a9 (diff)
downloademacs-1761df31a58b45494728effd4d400367bf6977b4.tar.gz
Fix typo.
Remove eol whitespace.
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r--lispref/customize.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index 90600f410b7..5b95e911f85 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -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