diff options
| -rw-r--r-- | lispref/display.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 344b00e7455..e96a6047455 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -4049,8 +4049,9 @@ the usual Emacs @code{highlight} face. | |||
| 4049 | @kindex keymap @r{(button property)} | 4049 | @kindex keymap @r{(button property)} |
| 4050 | The button's keymap, defining bindings active within the button | 4050 | The button's keymap, defining bindings active within the button |
| 4051 | region. By default this is the usual button region keymap, stored | 4051 | region. By default this is the usual button region keymap, stored |
| 4052 | in the variable @code{button-map}, which defines @key{RET} and | 4052 | in the variable @code{button-map}, which defines @key{RET}, |
| 4053 | @key{mouse-2} to invoke the button. | 4053 | @key{mouse-1} (if @var{mouse-1-click-follows-link} is set), |
| 4054 | and @key{mouse-2} to invoke the button. | ||
| 4054 | 4055 | ||
| 4055 | @item type | 4056 | @item type |
| 4056 | @kindex type @r{(button property)} | 4057 | @kindex type @r{(button property)} |
| @@ -4234,7 +4235,8 @@ These are commands and functions for locating and operating on | |||
| 4234 | buttons in an Emacs buffer. | 4235 | buttons in an Emacs buffer. |
| 4235 | 4236 | ||
| 4236 | @code{push-button} is the command that a user uses to actually `push' | 4237 | @code{push-button} is the command that a user uses to actually `push' |
| 4237 | a button, and is bound by default in the button itself to @key{RET} | 4238 | a button, and is bound by default in the button itself to @key{RET}, |
| 4239 | to @key{mouse-1} (if @var{mouse-1-click-follows-link} is set), | ||
| 4238 | and to @key{mouse-2} using a region-specific keymap. Commands | 4240 | and to @key{mouse-2} using a region-specific keymap. Commands |
| 4239 | that are useful outside the buttons itself, such as | 4241 | that are useful outside the buttons itself, such as |
| 4240 | @code{forward-button} and @code{backward-button} are additionally | 4242 | @code{forward-button} and @code{backward-button} are additionally |