aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2008-01-27 11:08:21 +0000
committerThien-Thi Nguyen2008-01-27 11:08:21 +0000
commit1a256502c72ce928f29f532a4df3cfb96b8161ac (patch)
treeea5c06f6842a9036fa321296c3d9827eadbf0370
parentb9712b1c0d45bc75408516e3f49457c84c60ccc1 (diff)
downloademacs-1a256502c72ce928f29f532a4df3cfb96b8161ac.tar.gz
emacs-1a256502c72ce928f29f532a4df3cfb96b8161ac.zip
(Button Types): For define-button-type, clarify type of NAME.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi3
2 files changed, 7 insertions, 1 deletions
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 @@
12008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2
3 * display.texi (Button Types):
4 For define-button-type, clarify type of NAME.
5
12008-01-19 Martin Rudalics <rudalics@gmx.at> 62008-01-19 Martin Rudalics <rudalics@gmx.at>
2 7
3 * buffers.texi (Buffer Modification): Fix typo. 8 * 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
4499specific tasks. 4499specific tasks.
4500 4500
4501@defun define-button-type name &rest properties 4501@defun define-button-type name &rest properties
4502Define a `button type' called @var{name}. The remaining arguments 4502Define a `button type' called @var{name} (a symbol).
4503The remaining arguments
4503form a sequence of @var{property value} pairs, specifying default 4504form a sequence of @var{property value} pairs, specifying default
4504property values for buttons with this type (a button's type may be set 4505property values for buttons with this type (a button's type may be set
4505by giving it a @code{type} property when creating the button, using 4506by giving it a @code{type} property when creating the button, using