changeset 53829:83980e864dd7

(Button Properties, Button Buffer Commands): mouse-2 invokes button, not down-mouse-1.
author John Paul Wallington <jpw@pobox.com>
date Fri, 06 Feb 2004 09:23:38 +0000
parents 9197b200706c
children 4f34dbd3fbf8
files lispref/display.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Fri Feb 06 04:54:28 2004 +0000
+++ b/lispref/display.texi	Fri Feb 06 09:23:38 2004 +0000
@@ -3483,7 +3483,7 @@
 The button's keymap, defining bindings active within the button
 region.  By default this is the usual button region keymap, stored
 in the variable @code{button-map}, which defines @key{RET} and
-@key{down-mouse-1} to invoke the button.
+@key{mouse-2} to invoke the button.
 
 @item type
 @kindex type @r{(button property)}
@@ -3668,7 +3668,7 @@
 
 @code{push-button} is the command that a user uses to actually `push'
 a button, and is bound by default in the button itself to @key{RET}
-and to @key{mouse-down-1} using a region-specific keymap.  Commands
+and to @key{mouse-2} using a region-specific keymap.  Commands
 that are useful outside the buttons itself, such as
 @code{forward-button} and @code{backward-button} are additionally
 available in the keymap stored in @code{button-buffer-map}; a mode