]> git.eshelyaron.com Git - emacs.git/commitdiff
Document new mouse-highlight variable and associated behaviour.
authorKim F. Storm <storm@cua.dk>
Sun, 17 Feb 2002 00:11:37 +0000 (00:11 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 17 Feb 2002 00:11:37 +0000 (00:11 +0000)
etc/NEWS

index 8129e9aae78335e5a3447822fe916f4729deaaf3..76eed7c383ec57cccb97c32d9265bfa9c9de58ce 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -55,6 +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'.
+
 ** 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,
 font-lock now highlights any such open-paren-in-column-zero in bold-red