Mercurial > emacs
changeset 43433:bacf1b0c4081
Minor cleanup.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 20 Feb 2002 22:27:32 +0000 |
parents | 7fe131ded6d9 |
children | d1a09152b7b5 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Feb 20 22:24:59 2002 +0000 +++ b/etc/NEWS Wed Feb 20 22:27:32 2002 +0000 @@ -55,10 +55,11 @@ 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,