From: Thien-Thi Nguyen Date: Sun, 27 Jan 2008 11:08:21 +0000 (+0000) Subject: (Button Types): For define-button-type, clarify type of NAME. X-Git-Tag: emacs-pretest-23.0.90~8376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a256502c72ce928f29f532a4df3cfb96b8161ac;p=emacs.git (Button Types): For define-button-type, clarify type of NAME. --- 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