# HG changeset patch # User Nick Roberts # Date 1152484481 0 # Node ID 54307c14de159608583812ef54a6cf76d0379bdf # Parent 7a84d48743221dac0724b7d6594f4f2a5cc15f97 (Buttons): Fix typo. diff -r 7a84d4874322 -r 54307c14de15 lispref/display.texi --- a/lispref/display.texi Sun Jul 09 22:34:03 2006 +0000 +++ b/lispref/display.texi Sun Jul 09 22:34:41 2006 +0000 @@ -4266,7 +4266,7 @@ properties or overlays) to a region of text in an Emacs buffer. These properties are called @dfn{button properties}. - One of the these properties (@code{action}) is a function, which will + One of these properties (@code{action}) is a function, which will be called when the user invokes it using the keyboard or the mouse. The invoked function may then examine the button and use its other properties as desired.