]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor cleanup.
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 Feb 2002 22:27:32 +0000 (22:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 Feb 2002 22:27:32 +0000 (22:27 +0000)
etc/NEWS

index 00f15dfd5b6e1dbedced49f282a3b99465f4a294..227a7d036fecc0ef6ab39e3daaa812c085724ffa 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -55,10 +55,11 @@ of text properties, overlays, and widgets at point, and lets you get
 more information about them, by clicking on mouse-sensitive areas or
 moving there and pressing RET.
 
-** The highlight shown when the mouse is over a mouse-sensitive areas
-is now cleared when you use the keyboard.  The highlight is shown
-again when you move the mouse.  You can control this behaviour and
-disable mouse highlight entirely using the new variable `mouse-highlight'.
+** Emacs normally highlights mouse sensitive text whenever the mouse
+is over the text.  By setting the new variable `mouse-highlight', you
+can optionally enable mouse highlighting only after you move the
+mouse, so that highlighting disappears when you press a key.  You can
+also disable mouse highlighting.
 
 ** font-lock: in modes like C and Lisp where the fontification assumes that
 an open-paren in column 0 is always outside of any string or comment,