# HG changeset patch # User Thien-Thi Nguyen # Date 1201431952 0 # Node ID ad6ec43b41bc863eab4472d811b5b745e5b08676 # Parent 921eddfa6d43cf3bbb3c544b98ab33b6963c289c (define-button-type): Clarify type of NAME in docstring. diff -r 921eddfa6d43 -r ad6ec43b41bc lisp/button.el --- 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