diff options
| author | Thien-Thi Nguyen | 2008-01-27 11:08:21 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2008-01-27 11:08:21 +0000 |
| commit | 1a256502c72ce928f29f532a4df3cfb96b8161ac (patch) | |
| tree | ea5c06f6842a9036fa321296c3d9827eadbf0370 | |
| parent | b9712b1c0d45bc75408516e3f49457c84c60ccc1 (diff) | |
| download | emacs-1a256502c72ce928f29f532a4df3cfb96b8161ac.tar.gz emacs-1a256502c72ce928f29f532a4df3cfb96b8161ac.zip | |
(Button Types): For define-button-type, clarify type of NAME.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 3 |
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 @@ | |||
| 1 | 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> | ||
| 2 | |||
| 3 | * display.texi (Button Types): | ||
| 4 | For define-button-type, clarify type of NAME. | ||
| 5 | |||
| 1 | 2008-01-19 Martin Rudalics <rudalics@gmx.at> | 6 | 2008-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 | |||
| 4499 | specific tasks. | 4499 | specific tasks. |
| 4500 | 4500 | ||
| 4501 | @defun define-button-type name &rest properties | 4501 | @defun define-button-type name &rest properties |
| 4502 | Define a `button type' called @var{name}. The remaining arguments | 4502 | Define a `button type' called @var{name} (a symbol). |
| 4503 | The remaining arguments | ||
| 4503 | form a sequence of @var{property value} pairs, specifying default | 4504 | form a sequence of @var{property value} pairs, specifying default |
| 4504 | property values for buttons with this type (a button's type may be set | 4505 | property values for buttons with this type (a button's type may be set |
| 4505 | by giving it a @code{type} property when creating the button, using | 4506 | by giving it a @code{type} property when creating the button, using |