diff options
| -rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index a0c5a4756b7..567b9931b48 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -4266,7 +4266,7 @@ etc. Emacs uses buttons for the hyper-links in help text and the like. | |||
| 4266 | properties or overlays) to a region of text in an Emacs buffer. These | 4266 | properties or overlays) to a region of text in an Emacs buffer. These |
| 4267 | properties are called @dfn{button properties}. | 4267 | properties are called @dfn{button properties}. |
| 4268 | 4268 | ||
| 4269 | One of the these properties (@code{action}) is a function, which will | 4269 | One of these properties (@code{action}) is a function, which will |
| 4270 | be called when the user invokes it using the keyboard or the mouse. | 4270 | be called when the user invokes it using the keyboard or the mouse. |
| 4271 | The invoked function may then examine the button and use its other | 4271 | The invoked function may then examine the button and use its other |
| 4272 | properties as desired. | 4272 | properties as desired. |