diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2008-01-27 11:06:45 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2008-01-27 11:06:45 +0000 |
commit | b9712b1c0d45bc75408516e3f49457c84c60ccc1 (patch) | |
tree | ed6b16168cb676e0f68e84ef1d2881b491f527ba /lisp/button.el | |
parent | 28cbade4188cfa3037c23bcadfbbbaaf3960bc58 (diff) | |
download | emacs-b9712b1c0d45bc75408516e3f49457c84c60ccc1.tar.gz emacs-b9712b1c0d45bc75408516e3f49457c84c60ccc1.tar.bz2 emacs-b9712b1c0d45bc75408516e3f49457c84c60ccc1.zip |
(define-button-type): Clarify type of NAME in docstring.
Diffstat (limited to 'lisp/button.el')
-rw-r--r-- | lisp/button.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/button.el b/lisp/button.el index 5129df9b44f..0b45f2cec41 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -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 |