]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-type): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 1 Dec 2007 22:59:19 +0000 (22:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 1 Dec 2007 22:59:19 +0000 (22:59 +0000)
lisp/ChangeLog
lisp/wid-edit.el

index 27a227060f4250523cb808da46505ca42a4a60a9..430d7d2b00d3e146e478ea0525cac20d7855a1c1 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-01  Richard Stallman  <rms@gnu.org>
+
+       * wid-edit.el (widget-type): Doc fix.
+
 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * emacs-lisp/byte-run.el (declare-function): Change to a macro.
index 50df4bd56c64a7210c2600b65e4f31defdf227fc..4e5df635b81c3eae9897369f1ae7fe6150182ccf 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