aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/widget.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/widget.texi b/man/widget.texi
index d1d7bae0315..88c068abd77 100644
--- a/man/widget.texi
+++ b/man/widget.texi
@@ -573,8 +573,9 @@ Emacsen that supports it.
573Specifies how to display a message whenever you move to the widget with 573Specifies how to display a message whenever you move to the widget with
574either @code{widget-forward} or @code{widget-backward} or move the mouse 574either @code{widget-forward} or @code{widget-backward} or move the mouse
575over it (using the standard @code{help-echo} mechanism). The argument 575over it (using the standard @code{help-echo} mechanism). The argument
576is either a string to display or a function of one argument, the widget, 576is either a string to display, a function of one argument, the widget,
577which should return a string to display. 577which should return a string to display, or a form that evaluates to
578such a string.
578 579
579@vindex indent@r{ keyword} 580@vindex indent@r{ keyword}
580@item :indent 581@item :indent