diff options
| author | Gerd Moellmann | 2000-11-16 06:36:21 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-16 06:36:21 +0000 |
| commit | 56600dfa15e5e6e2b1f9f82eb2ae93793941fadd (patch) | |
| tree | dba55f485524490043159463874b06e57ae19f49 | |
| parent | edb08287fbcf863b53bd55cba3f39b7430a8b43c (diff) | |
| download | emacs-56600dfa15e5e6e2b1f9f82eb2ae93793941fadd.tar.gz emacs-56600dfa15e5e6e2b1f9f82eb2ae93793941fadd.zip | |
*** empty log message ***
| -rw-r--r-- | man/widget.texi | 2 |
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 |
| 575 | Specifies how to display a message whenever you move to the widget with | 575 | Specifies how to display a message whenever you move to the widget with |
| 576 | either @code{widget-forward} or @code{widget-backward} or move the mouse | 576 | either @code{widget-forward} or @code{widget-backward} or move the mouse |
| 577 | over it (using the standard @code{help-echo} mechanism}). The argument | 577 | over it (using the standard @code{help-echo} mechanism). The argument |
| 578 | is either a string to display or a function of one argument, the widget, | 578 | is either a string to display or a function of one argument, the widget, |
| 579 | which should return a string to display. | 579 | which should return a string to display. |
| 580 | 580 | ||