]> code.delx.au - gnu-emacs/commitdiff
(Clickable Text): Clarify.
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Jul 2006 23:06:09 +0000 (23:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Jul 2006 23:06:09 +0000 (23:06 +0000)
lispref/ChangeLog
lispref/text.texi

index 8b45675a805257722388f5e8dca679a46e3ab146..07fa9a522f1a12bc4fba0439b3e701f77667d9bf 100644 (file)
@@ -1,5 +1,7 @@
 2006-07-24  Richard Stallman  <rms@gnu.org>
 
+       * text.texi (Clickable Text): Clarify.
+
        * sequences.texi (Vector Functions): Delete duplicate xref.
 
        * objects.texi (Function Type): Clarify.
index fd521963fa029d4ef4a2bcd68acb2680f369cf7d..898f33443b5999cf258bdef5c58df5177bc17592 100644 (file)
@@ -3479,13 +3479,12 @@ being called over and over for the same text.
 @subsection Defining Clickable Text
 @cindex clickable text
 
-  There are two ways to set up @dfn{clickable text} in a buffer.
-There are typically two parts of this: to make the text highlight
-when the mouse is over it, and to make a mouse button do something
-when you click it on that part of the text.
+  There are two parts of setting up @dfn{clickable text} in a buffer:
+(1) to make that text highlight when the mouse moves over it, and (2)
+to make a mouse button do something when you click on that text.
 
-  Highlighting is done with the @code{mouse-face} text property.
-Here is an example of how Dired does it:
+  For highlighting, use the @code{mouse-face} text property.  Here is
+an example of how Dired does it:
 
 @smallexample
 (condition-case nil