From e578482076d5edc7198ab6ace5800ef4ce84482e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 1 Dec 2007 22:59:19 +0000 Subject: [PATCH] (widget-type): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/wid-edit.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2