# HG changeset patch # User Thien-Thi Nguyen # Date 1201432069 0 # Node ID 36cc1038d8789cdbbaa2027b6384686bad910218 # Parent 4e0d27f3957558bfc68ea1c64e94ba146f22923c (Button Types): For define-button-type, clarify type of NAME. diff -r 4e0d27f39575 -r 36cc1038d878 doc/lispref/display.texi --- 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