From: Nick Roberts Date: Sun, 9 Jul 2006 22:34:41 +0000 (+0000) Subject: (Buttons): Fix typo. X-Git-Tag: emacs-pretest-22.0.90~1584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9e8a9641dd2176255bc196a0c7e9ca89784a595;p=emacs.git (Buttons): Fix typo. --- 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. 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.