mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
Fix typo.
Remove eol whitespace.
This commit is contained in:
parent
263d3d5d20
commit
970736643d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user