Mercurial > emacs
changeset 88017:ad6ec43b41bc
(define-button-type): Clarify type of NAME in docstring.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 27 Jan 2008 11:05:52 +0000 |
parents | 921eddfa6d43 |
children | 4e0d27f39575 |
files | lisp/button.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/button.el Sat Jan 26 21:54:44 2008 +0000 +++ b/lisp/button.el Sun Jan 27 11:05:52 2008 +0000 @@ -116,7 +116,7 @@ ;;;###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