comparison man/widget.texi @ 4312:1094d6d400fb

Spelling fixes.
author "Ville Skyttä <scop@xemacs.org>"
date Fri, 07 Dec 2007 00:02:53 +0200
parents 2ba4f06a264d
children e82f5b7010fe
comparison
equal deleted inserted replaced
4311:ee41a739fba3 4312:1094d6d400fb
1539 The syntax for the @var{type} arguments to these functions is described 1539 The syntax for the @var{type} arguments to these functions is described
1540 in @ref{Basic Types}. 1540 in @ref{Basic Types}.
1541 1541
1542 @defun widget-create-child-and-convert parent type &rest args 1542 @defun widget-create-child-and-convert parent type &rest args
1543 As a child of @var{parent}, create a widget with type @var{type} and 1543 As a child of @var{parent}, create a widget with type @var{type} and
1544 value @var{value}. @var{type} is copied, and the @code{:widget-contvert} 1544 value @var{value}. @var{type} is copied, and the @code{:widget-convert}
1545 method is applied to the optional keyword arguments from @var{args}. 1545 method is applied to the optional keyword arguments from @var{args}.
1546 @end defun 1546 @end defun
1547 1547
1548 @defun widget-create-child parent type 1548 @defun widget-create-child parent type
1549 As a child of @var{parent}, create a widget with type @var{type}. 1549 As a child of @var{parent}, create a widget with type @var{type}.