diff lisp/button.el @ 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 107ccd98fa12
children c70e45a7acfd bd5e4ff73402
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