]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-button-type): Clarify type of NAME in docstring.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 27 Jan 2008 11:06:45 +0000 (11:06 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 27 Jan 2008 11:06:45 +0000 (11:06 +0000)
lisp/ChangeLog
lisp/button.el

index d6db38e535c98e2dfdc358f7b0c4a9241bc95412..5ce427498ab7d9f403da9921bf01b1776c1c4782 100644 (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.
index 5129df9b44fa946952a8001f70ef36ef8652242c..0b45f2cec41fbcedad3bcd9ae2fdb8ed2e1326ad 100644 (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