]> git.eshelyaron.com Git - emacs.git/commitdiff
(Button Properties, Button Buffer Commands):
authorKim F. Storm <storm@cua.dk>
Tue, 11 Jan 2005 00:11:43 +0000 (00:11 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 11 Jan 2005 00:11:43 +0000 (00:11 +0000)
Mention mouse-1 binding.

lispref/display.texi

index 344b00e7455856d9fb1cf823e7d4f68508a8fb98..e96a6047455a51fb5bba8c2dfb2f1bb66f53a9ae 100644 (file)
@@ -4049,8 +4049,9 @@ the usual Emacs @code{highlight} face.
 @kindex keymap @r{(button property)}
 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{mouse-2} to invoke the button.
+in the variable @code{button-map}, which defines @key{RET},
+@key{mouse-1} (if @var{mouse-1-click-follows-link} is set),
+and @key{mouse-2} to invoke the button.
 
 @item type
 @kindex type @r{(button property)}
@@ -4234,7 +4235,8 @@ These are commands and functions for locating and operating on
 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}
+a button, and is bound by default in the button itself to @key{RET},
+to @key{mouse-1} (if @var{mouse-1-click-follows-link} is set),
 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