]> git.eshelyaron.com Git - emacs.git/commitdiff
(Button Properties, Button Buffer Commands): mouse-2 invokes button,
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 6 Feb 2004 09:25:23 +0000 (09:25 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 6 Feb 2004 09:25:23 +0000 (09:25 +0000)
not down-mouse-1.

lispref/ChangeLog
lispref/display.texi

index 9b82ff8a40405f6a1839f81c3a19e4042a445252..622379cfdecd44d037fe100de8f20c79d0754fa6 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-06  John Paul Wallington  <jpw@gnu.org>
+
+       * display.texi (Button Properties, Button Buffer Commands):
+       mouse-2 invokes button, not down-mouse-1.
+
 2004-02-04  Jason Rumney  <jasonr@gnu.org>
 
        * makefile.w32-in: Sync with Makefile.in changes.
index fc1cdb038ef05ed8adf5af1c715a14aa4d104386..3294b16d14696f6d3012415eeca1811e4dfee373 100644 (file)
@@ -3483,7 +3483,7 @@ the usual emacs @code{highlight} face.
 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 @@ buttons in an emacs buffer.
 
 @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