Merge from emacs--rel--22
[bpt/emacs.git] / lisp / wid-edit.el
index 48d74b4..1ce6ded 100644 (file)
@@ -488,7 +488,7 @@ new value.")
 ;;; Widget Properties.
 
 (defsubst widget-type (widget)
-  "Return the type of WIDGET, a symbol."
+  "Return the type of WIDGET.  The type is a symbol."
   (car widget))
 
 ;;;###autoload