diff options
| -rw-r--r-- | man/widget.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/widget.texi b/man/widget.texi index 7e1d920cc62..497d2ca5a69 100644 --- a/man/widget.texi +++ b/man/widget.texi | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | @c %**end of header | 10 | @c %**end of header |
| 11 | 11 | ||
| 12 | @copying | 12 | @copying |
| 13 | Copyright @copyright{} 2000, 2002, 2003 Free Software Foundation, Inc. | 13 | Copyright @copyright{} 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 14 | 14 | ||
| 15 | @quotation | 15 | @quotation |
| 16 | Permission is granted to copy, distribute and/or modify this document | 16 | Permission is granted to copy, distribute and/or modify this document |
| @@ -593,6 +593,11 @@ is either a string to display, a function of one argument, the widget, | |||
| 593 | which should return a string to display, or a form that evaluates to | 593 | which should return a string to display, or a form that evaluates to |
| 594 | such a string. | 594 | such a string. |
| 595 | 595 | ||
| 596 | @vindex follow-link@r{ keyword} | ||
| 597 | @item :follow-link | ||
| 598 | Specifies how to interpret a @key{mouse-1} click on the widget. | ||
| 599 | @xref{Enabling Mouse-1 to Follow Links,,, elisp, the Emacs Lisp Reference Manual}. | ||
| 600 | |||
| 596 | @vindex indent@r{ keyword} | 601 | @vindex indent@r{ keyword} |
| 597 | @item :indent | 602 | @item :indent |
| 598 | An integer indicating the absolute number of spaces to indent children | 603 | An integer indicating the absolute number of spaces to indent children |