Mercurial > emacs
changeset 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 | 4e0d27f39575 |
children | d3368f6ef446 |
files | doc/lispref/display.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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