]> code.delx.au - gnu-emacs/blobdiff - doc/misc/widget.texi
Fix another shr infloop in the filling code
[gnu-emacs] / doc / misc / widget.texi
index f2c403a2c14593727afcd5a95c3a7bfb51861a07..2fe247dd7503a13128cb01d361dd48c24997ef77 100644 (file)
@@ -431,7 +431,6 @@ Set up a buffer to support widgets.
 
 This should be called after creating all the widgets and before allowing
 the user to edit them.
 
 This should be called after creating all the widgets and before allowing
 the user to edit them.
-@refill
 @end defun
 
 If you want to insert text outside the widgets in the form, the
 @end defun
 
 If you want to insert text outside the widgets in the form, the
@@ -450,7 +449,7 @@ There is a standard widget keymap which you might find useful.
 @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and
 @code{widget-backward}, respectively.  @key{RET} and @kbd{Mouse-2}
 are bound to @code{widget-button-press} and
 @key{TAB} and @kbd{C-@key{TAB}} are bound to @code{widget-forward} and
 @code{widget-backward}, respectively.  @key{RET} and @kbd{Mouse-2}
 are bound to @code{widget-button-press} and
-@code{widget-button-click}.@refill
+@code{widget-button-click}.
 @end defvr
 
 @defvar widget-global-map
 @end defvr
 
 @defvar widget-global-map
@@ -1718,7 +1717,7 @@ Keymap used in @code{widget-minor-mode}.
 @defun widget-prompt-value widget prompt [ value unbound ]
 Prompt for a value matching @var{widget}, using @var{prompt}.
 The current value is assumed to be @var{value}, unless @var{unbound} is
 @defun widget-prompt-value widget prompt [ value unbound ]
 Prompt for a value matching @var{widget}, using @var{prompt}.
 The current value is assumed to be @var{value}, unless @var{unbound} is
-non-@code{nil}.@refill
+non-@code{nil}.
 @end defun
 
 @defun widget-get-sibling widget
 @end defun
 
 @defun widget-get-sibling widget