aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-16 06:36:21 +0000
committerGerd Moellmann2000-11-16 06:36:21 +0000
commit56600dfa15e5e6e2b1f9f82eb2ae93793941fadd (patch)
treedba55f485524490043159463874b06e57ae19f49
parentedb08287fbcf863b53bd55cba3f39b7430a8b43c (diff)
downloademacs-56600dfa15e5e6e2b1f9f82eb2ae93793941fadd.tar.gz
emacs-56600dfa15e5e6e2b1f9f82eb2ae93793941fadd.zip
*** empty log message ***
-rw-r--r--man/widget.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/widget.texi b/man/widget.texi
index b622d095766..41446a21e77 100644
--- a/man/widget.texi
+++ b/man/widget.texi
@@ -574,7 +574,7 @@ Emacsen that supports it.
574@item :help-echo 574@item :help-echo
575Specifies how to display a message whenever you move to the widget with 575Specifies how to display a message whenever you move to the widget with
576either @code{widget-forward} or @code{widget-backward} or move the mouse 576either @code{widget-forward} or @code{widget-backward} or move the mouse
577over it (using the standard @code{help-echo} mechanism}). The argument 577over it (using the standard @code{help-echo} mechanism). The argument
578is either a string to display or a function of one argument, the widget, 578is either a string to display or a function of one argument, the widget,
579which should return a string to display. 579which should return a string to display.
580 580