1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(define-button-type): Clarify type of NAME in docstring.

This commit is contained in:
Thien-Thi Nguyen 2008-01-27 11:06:45 +00:00
parent 28cbade418
commit b9712b1c0d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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