Mercurial > hg > xemacs-beta
comparison man/widget.texi @ 785:955603004a04
[xemacs-hg @ 2002-03-19 22:48:03 by adrian]
[AC] [PATCH] xemacs-21.5: Typo fixes for nt/ChangeLog and man/widget.texi <r8mgnpox.fsf@mailto.t-online.de>
author | adrian |
---|---|
date | Tue, 19 Mar 2002 22:48:13 +0000 |
parents | 2cf5d151eeb9 |
children | 37e56e920ac5 |
comparison
equal
deleted
inserted
replaced
784:11e10b9141d0 | 785:955603004a04 |
---|---|
1058 @node constants, generic, Sexp Types, Sexp Types | 1058 @node constants, generic, Sexp Types, Sexp Types |
1059 @comment node-name, next, previous, up | 1059 @comment node-name, next, previous, up |
1060 @subsection The Constant Widgets. | 1060 @subsection The Constant Widgets. |
1061 | 1061 |
1062 The @code{const} widget can contain any lisp expression, but the user is | 1062 The @code{const} widget can contain any lisp expression, but the user is |
1063 prohibited from editing edit it, which is mainly useful as a component | 1063 prohibited from editing it, which is mainly useful as a component of one |
1064 of one of the composite widgets. | 1064 of the composite widgets. |
1065 | 1065 |
1066 The syntax for the @code{const} widget is | 1066 The syntax for the @code{const} widget is |
1067 | 1067 |
1068 @example | 1068 @example |
1069 TYPE ::= (const [KEYWORD ARGUMENT]... [ VALUE ]) | 1069 TYPE ::= (const [KEYWORD ARGUMENT]... [ VALUE ]) |