Mercurial > hg > xemacs-beta
comparison man/widget.texi @ 901:37e56e920ac5
[xemacs-hg @ 2002-07-05 20:35:47 by adrian]
[R21.4] [PATCH] xemacs-21.5: man typo fixes for incorrect use of indef. art. "an"
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2002-07-05 Adrian Aichner <adrian@xemacs.org>
* xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of
indef. art. "an".
2002-07-05 Adrian Aichner <adrian@xemacs.org>
* lispref/control.texi (Processing of Errors): Ditto.
* lispref/mule.texi (ISO 2022): Ditto.
* lispref/packaging.texi (Package Terminology): Ditto.
* lispref/text.texi (Transformations): Ditto.
2002-07-05 Adrian Aichner <adrian@xemacs.org>
* termcap.texi (Naming): Ditto.
* texinfo.texi (itemize): Ditto.
* texinfo.texi (Tips): Ditto.
* widget.texi (Introduction): Ditto.
* widget.texi (group): Ditto.
author | adrian |
---|---|
date | Fri, 05 Jul 2002 20:35:55 +0000 |
parents | 955603004a04 |
children | 47c30044fc4e |
comparison
equal
deleted
inserted
replaced
900:ac5c14a317f1 | 901:37e56e920ac5 |
---|---|
67 visible in the buffer. | 67 visible in the buffer. |
68 @item item | 68 @item item |
69 A simple constant widget intended to be used in the @code{menu-choice} and | 69 A simple constant widget intended to be used in the @code{menu-choice} and |
70 @code{radio-button-choice} widgets. | 70 @code{radio-button-choice} widgets. |
71 @item choice-item | 71 @item choice-item |
72 An button item only intended for use in choices. When invoked, the user | 72 A button item only intended for use in choices. When invoked, the user |
73 will be asked to select another option from the choice widget. | 73 will be asked to select another option from the choice widget. |
74 @item toggle | 74 @item toggle |
75 A simple @samp{on}/@samp{off} switch. | 75 A simple @samp{on}/@samp{off} switch. |
76 @item checkbox | 76 @item checkbox |
77 A checkbox (@samp{[ ]}/@samp{[X]}). | 77 A checkbox (@samp{[ ]}/@samp{[X]}). |
1029 | 1029 |
1030 @node group, , editable-list, Basic Types | 1030 @node group, , editable-list, Basic Types |
1031 @comment node-name, next, previous, up | 1031 @comment node-name, next, previous, up |
1032 @subsection The @code{group} Widget | 1032 @subsection The @code{group} Widget |
1033 | 1033 |
1034 This widget simply group other widget together. | 1034 This widget simply groups other widget together. |
1035 | 1035 |
1036 Syntax: | 1036 Syntax: |
1037 | 1037 |
1038 @example | 1038 @example |
1039 TYPE ::= (group [KEYWORD ARGUMENT]... TYPE...) | 1039 TYPE ::= (group [KEYWORD ARGUMENT]... TYPE...) |