changeset 79523:215063e68c42

(widget-type): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Dec 2007 22:59:12 +0000
parents cd5e28339e58
children ac3a831cedab
files lisp/wid-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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