(widget-type): Doc fix.
This commit is contained in:
parent
28bc7488a3
commit
e578482076
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue