diff options
Diffstat (limited to 'lisp/wid-edit.el')
| -rw-r--r-- | lisp/wid-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 07eccaff4fb..c576cc0a4a6 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el | |||
| @@ -1687,7 +1687,7 @@ The value of the :type attribute should be an unconverted widget type." | |||
| 1687 | (eval-minibuffer prompt)) | 1687 | (eval-minibuffer prompt)) |
| 1688 | 1688 | ||
| 1689 | (defun widget-docstring (widget) | 1689 | (defun widget-docstring (widget) |
| 1690 | "Return the documentation string specificied by WIDGET, or nil if none. | 1690 | "Return the documentation string specified by WIDGET, or nil if none. |
| 1691 | If WIDGET has a `:doc' property, that specifies the documentation string. | 1691 | If WIDGET has a `:doc' property, that specifies the documentation string. |
| 1692 | Otherwise, try the `:documentation-property' property. If this | 1692 | Otherwise, try the `:documentation-property' property. If this |
| 1693 | is a function, call it with the widget's value as an argument; if | 1693 | is a function, call it with the widget's value as an argument; if |