diff doc/lispref/display.texi @ 88019:36cc1038d878

(Button Types): For define-button-type, clarify type of NAME.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sun, 27 Jan 2008 11:07:49 +0000
parents 107ccd98fa12
children 1c088baa9d2d
line wrap: on
line diff
--- a/doc/lispref/display.texi	Sun Jan 27 11:06:45 2008 +0000
+++ b/doc/lispref/display.texi	Sun Jan 27 11:07:49 2008 +0000
@@ -4499,7 +4499,8 @@
 specific tasks.
 
 @defun define-button-type name &rest properties
-Define a `button type' called @var{name}.  The remaining arguments
+Define a `button type' called @var{name} (a symbol).
+The remaining arguments
 form a sequence of @var{property value} pairs, specifying default
 property values for buttons with this type (a button's type may be set
 by giving it a @code{type} property when creating the button, using