Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1a256502
Commit
1a256502
authored
Jan 27, 2008
by
Thien-Thi Nguyen
Browse files
(Button Types): For define-button-type, clarify type of NAME.
parent
b9712b1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/display.texi
doc/lispref/display.texi
+2
-1
No files found.
doc/lispref/ChangeLog
View file @
1a256502
2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
* display.texi (Button Types):
For define-button-type, clarify type of NAME.
2008-01-19 Martin Rudalics <rudalics@gmx.at>
* buffers.texi (Buffer Modification): Fix typo.
...
...
doc/lispref/display.texi
View file @
1a256502
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment