(widget-type): Doc fix.

This commit is contained in:
Richard M. Stallman 2007-12-01 22:59:19 +00:00
parent 28bc7488a3
commit e578482076
2 changed files with 5 additions and 1 deletions

View 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.

View 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