From: Thien-Thi Nguyen Date: Sun, 27 Jan 2008 11:06:45 +0000 (+0000) Subject: (define-button-type): Clarify type of NAME in docstring. X-Git-Tag: emacs-pretest-23.0.90~8377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9712b1c0d45bc75408516e3f49457c84c60ccc1;p=emacs.git (define-button-type): Clarify type of NAME in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6db38e535c..5ce427498ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-01-27 Thien-Thi Nguyen + + * button.el (define-button-type): Clarify type of NAME in docstring. + 2008-01-26 Stefan Monnier * server.el (server-buffer): New const. 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