diff man/widget.texi @ 1347:8d350b095c21

[xemacs-hg @ 2003-03-09 12:59:36 by ben] oops, C++ bites again widget.texi: Fix Turnbull typos. config.inc.samp: Note that relative directories are a no-no in BUILD_DIR and SOURCE_DIR. Use paths relative to $(MAKEROOT) instead. file-coding.c: Fix up internal magic-cookie code to also check for `;;;###coding system', already handled by the (redundant) code in files.el. regex.c: Fix problem with ordering of initializations and statements -- OK in C++, not in C. search.c: Indentation.
author ben
date Sun, 09 Mar 2003 12:59:45 +0000
parents ffa6c90799b1
children 2ba4f06a264d
line wrap: on
line diff
--- a/man/widget.texi	Sun Mar 09 02:27:46 2003 +0000
+++ b/man/widget.texi	Sun Mar 09 12:59:45 2003 +0000
@@ -1533,18 +1533,18 @@
 
 @defun widget-create-child-and-convert parent type &rest args
 As a child of @var{parent}, create a widget with type @var{type} and
-value @var{value}.  @type{type} is copied, and the @code{:widget-contvert}
+value @var{value}.  @var{type} is copied, and the @code{:widget-contvert}
 method is applied to the optional keyword arguments from @var{args}.
 @end defun
 
 @defun widget-create-child parent type
 As a child of @var{parent}, create a widget with type @var{type}.
-@type{type} is copied, but no conversion method is applied.
+@var{type} is copied, but no conversion method is applied.
 @end defun
 
 @defun widget-create-child-value parent type value
 As a child of @var{parent}, create a widget with type @var{type} and
-value @var{value}.  @type{type} is copied, but no conversion method is
+value @var{value}.  @var{type} is copied, but no conversion method is
 applied.
 @end defun