]> git.eshelyaron.com Git - emacs.git/commitdiff
(Button Types): For define-button-type, clarify type of NAME.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 27 Jan 2008 11:08:21 +0000 (11:08 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 27 Jan 2008 11:08:21 +0000 (11:08 +0000)
doc/lispref/ChangeLog
doc/lispref/display.texi

index 21038e6e0e17d8c56a1001fbe6052fdf68d24d04..1253975801860a60ce72917c7a3968e27393ce2f 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
+
+       * display.texi (Button Types):
+       For define-button-type, clarify type of NAME.
+
 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
 
        * buffers.texi (Buffer Modification): Fix typo.
index b56d24da64e9813e8c23a435ed89e94432285e39..ee3c828857a17f0555055c8386db47be76573805 100644 (file)
@@ -4499,7 +4499,8 @@ so that it's easy to define special-purpose types of buttons for
 specific tasks.
 
 @defun define-button-type name &rest properties
-Define a `button type' called @var{name}.  The remaining arguments
+Define a `button type' called @var{name} (a symbol).
+The remaining arguments
 form a sequence of @var{property value} pairs, specifying default
 property values for buttons with this type (a button's type may be set
 by giving it a @code{type} property when creating the button, using