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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
1a256502
Commit
1a256502
authored
Jan 27, 2008
by
Thien-Thi Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Button Types): For define-button-type, clarify type of NAME.
parent
b9712b1c
Changes
2
Show 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