aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/wid-edit.el
diff options
context:
space:
mode:
authorPaul Eggert2011-12-30 17:27:15 -0800
committerPaul Eggert2011-12-30 17:27:15 -0800
commit22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch)
tree39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/wid-edit.el
parentb30941dba07605b40efbf139eed2007d6b1e5445 (diff)
downloademacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz
emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip
Spelling fixes.
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r--lisp/wid-edit.el2
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.
1691If WIDGET has a `:doc' property, that specifies the documentation string. 1691If WIDGET has a `:doc' property, that specifies the documentation string.
1692Otherwise, try the `:documentation-property' property. If this 1692Otherwise, try the `:documentation-property' property. If this
1693is a function, call it with the widget's value as an argument; if 1693is a function, call it with the widget's value as an argument; if