diff lisp/wid-edit.el @ 79523:215063e68c42

(widget-type): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Dec 2007 22:59:12 +0000
parents a577ac572c4b
children 73661ddc7ac7 ec0ef12211d9
line wrap: on
line diff
--- a/lisp/wid-edit.el	Sat Dec 01 22:54:47 2007 +0000
+++ b/lisp/wid-edit.el	Sat Dec 01 22:59:12 2007 +0000
@@ -488,7 +488,7 @@
 ;;; 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