comparison 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
comparison
equal deleted inserted replaced
71747:7a84d4874322 71748:54307c14de15
4264 4264
4265 A button is essentially a set of properties attached (via text 4265 A button is essentially a set of properties attached (via text
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.
4273 4273
4274 In some ways the Emacs button package duplicates functionality offered 4274 In some ways the Emacs button package duplicates functionality offered