diff man/widget.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 8626e4521993
line wrap: on
line diff
--- a/man/widget.texi	Mon Aug 13 11:01:58 2007 +0200
+++ b/man/widget.texi	Mon Aug 13 11:03:08 2007 +0200
@@ -1,7 +1,7 @@
 \input texinfo.tex
 
 @c %**start of header
-@setfilename ../info/widget.info
+@setfilename ../info/widget
 @settitle The Emacs Widget Library
 @iftex
 @afourpaper
@@ -9,13 +9,6 @@
 @end iftex
 @c %**end of header
 
-@ifinfo
-@dircategory XEmacs Editor
-@direntry
-* Widgets: (widget).		The Emacs Widget Library.
-@end direntry
-@end ifinfo
-
 @node Top, Introduction, (dir), (dir)
 @comment  node-name,  next,  previous,  up
 @top The Emacs Widget Library
@@ -94,7 +87,7 @@
 
 @enumerate
 @item
-More complex fields than just editable text are supported. 
+More complex field than just editable text are supported. 
 @item
 You can give the user immediate feedback if he enters invalid data in a
 text field, and sometimes prevent entering invalid data.
@@ -430,7 +423,7 @@
      |   NAME
 @end example
 
-where @var{name} is a widget name, @var{keyword} is the name of a
+Where, @var{name} is a widget name, @var{keyword} is the name of a
 property, @var{argument} is the value of the property, and @var{args}
 are interpreted in a widget specific way.
 
@@ -510,7 +503,7 @@
 @end table
 
 @item :doc
-The string inserted by the @samp{%d} or @samp{%h} escape in the format
+The string inserted by the @samp{%d} escape in the format
 string.  
 
 @item :tag
@@ -722,10 +715,8 @@
 
 @table @code
 @item :size
-The minimum width of the editable field.@*
-By default the field will reach to the end of the line.  If the
-content is too large, the displayed representation will expand to
-contain it.  The content is not truncated to size.
+The width of the editable field.@*
+By default the field will reach to the end of the line.
 
 @item :value-face
 Face used for highlighting the editable field.  Default is
@@ -744,7 +735,7 @@
 @item :keymap
 Keymap used in the editable field.  The default value is
 @code{widget-field-keymap}, which allows you to use all the normal
-editing commands, even if the buffer's major mode suppress some of them.
+editing commands, even if the buffers major mode suppress some of them.
 Pressing return invokes the function specified by @code{:action}. 
 @end table