diff lispref/display.texi @ 71748:54307c14de15

(Buttons): Fix typo.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 09 Jul 2006 22:34:41 +0000
parents 5df595f18fa2
children 93e3d16a8207
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.