bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

doc string of widget-type


From: Drew Adams
Subject: doc string of widget-type
Date: Fri, 30 Nov 2007 16:42:13 -0800

Here's widget-type:

(defsubst widget-type (widget)
  "Return the type of WIDGET, a symbol."
  (car widget))

The doc string looks incorrect to me. Applying widget-type to any symbol
except nil raises an error.


In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]