aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2004-02-06 09:25:23 +0000
committerJohn Paul Wallington2004-02-06 09:25:23 +0000
commiteb3c144cdb9a063cb24de11f68d2b3b680d5bd3c (patch)
tree41e7b1eba1a0a1bf688b30770199c15fe8577c29
parentb0c138ce590417bf70988a0897d77bd48a8f10b3 (diff)
downloademacs-eb3c144cdb9a063cb24de11f68d2b3b680d5bd3c.tar.gz
emacs-eb3c144cdb9a063cb24de11f68d2b3b680d5bd3c.zip
(Button Properties, Button Buffer Commands): mouse-2 invokes button,
not down-mouse-1.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/display.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9b82ff8a404..622379cfdec 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12004-02-06 John Paul Wallington <jpw@gnu.org>
2
3 * display.texi (Button Properties, Button Buffer Commands):
4 mouse-2 invokes button, not down-mouse-1.
5
12004-02-04 Jason Rumney <jasonr@gnu.org> 62004-02-04 Jason Rumney <jasonr@gnu.org>
2 7
3 * makefile.w32-in: Sync with Makefile.in changes. 8 * makefile.w32-in: Sync with Makefile.in changes.
diff --git a/lispref/display.texi b/lispref/display.texi
index fc1cdb038ef..3294b16d146 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -3483,7 +3483,7 @@ the usual emacs @code{highlight} face.
3483The button's keymap, defining bindings active within the button 3483The button's keymap, defining bindings active within the button
3484region. By default this is the usual button region keymap, stored 3484region. By default this is the usual button region keymap, stored
3485in the variable @code{button-map}, which defines @key{RET} and 3485in the variable @code{button-map}, which defines @key{RET} and
3486@key{down-mouse-1} to invoke the button. 3486@key{mouse-2} to invoke the button.
3487 3487
3488@item type 3488@item type
3489@kindex type @r{(button property)} 3489@kindex type @r{(button property)}
@@ -3668,7 +3668,7 @@ buttons in an emacs buffer.
3668 3668
3669@code{push-button} is the command that a user uses to actually `push' 3669@code{push-button} is the command that a user uses to actually `push'
3670a button, and is bound by default in the button itself to @key{RET} 3670a button, and is bound by default in the button itself to @key{RET}
3671and to @key{mouse-down-1} using a region-specific keymap. Commands 3671and to @key{mouse-2} using a region-specific keymap. Commands
3672that are useful outside the buttons itself, such as 3672that are useful outside the buttons itself, such as
3673@code{forward-button} and @code{backward-button} are additionally 3673@code{forward-button} and @code{backward-button} are additionally
3674available in the keymap stored in @code{button-buffer-map}; a mode 3674available in the keymap stored in @code{button-buffer-map}; a mode