diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/wid-edit.el | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
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 |