From: Richard M. Stallman Date: Sat, 1 Dec 2007 22:59:19 +0000 (+0000) Subject: (widget-type): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e578482076d5edc7198ab6ace5800ef4ce84482e;p=emacs.git (widget-type): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27a227060f4..430d7d2b00d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-12-01 Richard Stallman + + * wid-edit.el (widget-type): Doc fix. + 2007-12-01 Dan Nicolaescu * emacs-lisp/byte-run.el (declare-function): Change to a macro. diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 50df4bd56c6..4e5df635b81 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -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