From: Kim F. Storm Date: Sun, 17 Feb 2002 00:11:37 +0000 (+0000) Subject: Document new mouse-highlight variable and associated behaviour. X-Git-Tag: ttn-vms-21-2-B4~16607 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90e87070b5cacc0c8c27f0e9aaa6ae069a24d876;p=emacs.git Document new mouse-highlight variable and associated behaviour. --- diff --git a/etc/NEWS b/etc/NEWS index 8129e9aae78..76eed7c383e 100644 --- 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