diff options
| author | Juanma Barranquero | 2019-10-16 15:39:42 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2019-10-16 15:39:42 +0200 |
| commit | 4d65821bf016dff6a8b10578913970f854763346 (patch) | |
| tree | ab1d98d2cdc3aeb2ddabc4707ed12bedd86fff8d /src | |
| parent | b70f885d582e9431ced5b1a07b526b720e70b7ba (diff) | |
| download | emacs-4d65821bf016dff6a8b10578913970f854763346.tar.gz emacs-4d65821bf016dff6a8b10578913970f854763346.zip | |
Add/fix documentation for widget-apply
* doc/misc/widget.texi (Widget Properties): Document `widget-apply'.
* src/fns.c (Fwidget_apply): Document return value (used in many
places).
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -3093,6 +3093,7 @@ later with `widget-put'. */) | |||
| 3093 | 3093 | ||
| 3094 | DEFUN ("widget-apply", Fwidget_apply, Swidget_apply, 2, MANY, 0, | 3094 | DEFUN ("widget-apply", Fwidget_apply, Swidget_apply, 2, MANY, 0, |
| 3095 | doc: /* Apply the value of WIDGET's PROPERTY to the widget itself. | 3095 | doc: /* Apply the value of WIDGET's PROPERTY to the widget itself. |
| 3096 | Return the result of applying the value of PROPERTY to WIDGET. | ||
| 3096 | ARGS are passed as extra arguments to the function. | 3097 | ARGS are passed as extra arguments to the function. |
| 3097 | usage: (widget-apply WIDGET PROPERTY &rest ARGS) */) | 3098 | usage: (widget-apply WIDGET PROPERTY &rest ARGS) */) |
| 3098 | (ptrdiff_t nargs, Lisp_Object *args) | 3099 | (ptrdiff_t nargs, Lisp_Object *args) |