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
b9712b1c
Commit
b9712b1c
authored
Jan 27, 2008
by
Thien-Thi Nguyen
Browse files
(define-button-type): Clarify type of NAME in docstring.
parent
28cbade4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/button.el
lisp/button.el
+1
-1
No files found.
lisp/ChangeLog
View file @
b9712b1c
2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
* button.el (define-button-type): Clarify type of NAME in docstring.
2008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server-buffer): New const.
...
...
lisp/button.el
View file @
b9712b1c
...
...
@@ -116,7 +116,7 @@ Buttons inherit them by setting their `category' property to that symbol."
;;;###autoload
(
defun
define-button-type
(
name
&rest
properties
)
"Define a `button type' called NAME.
"Define a `button type' called NAME
(a symbol)
.
The remaining arguments form a sequence of PROPERTY VALUE pairs,
specifying properties to use as defaults for buttons with this type
\(a button's type may be set by giving it a `type' property when
...
...
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