changeset 71748:54307c14de15

(Buttons): Fix typo.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 09 Jul 2006 22:34:41 +0000
parents 7a84d4874322
children 7af72cf2833c
files lispref/display.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.