From 1a256502c72ce928f29f532a4df3cfb96b8161ac Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 27 Jan 2008 11:08:21 +0000 Subject: [PATCH] (Button Types): For define-button-type, clarify type of NAME. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/display.texi | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 21038e6e0e1..12539758018 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2008-01-27 Thien-Thi Nguyen + + * display.texi (Button Types): + For define-button-type, clarify type of NAME. + 2008-01-19 Martin Rudalics * buffers.texi (Buffer Modification): Fix typo. diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index b56d24da64e..ee3c828857a 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -4499,7 +4499,8 @@ so that it's easy to define special-purpose types of buttons for 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 -- 2.11.4.GIT