(clear_mouse_face=): Improve a comment.
authorGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 14:16:15 +0000 (14:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 14:16:15 +0000 (14:16 +0000)
src/xterm.c

index 920ed1b..8f04bce 100644 (file)
@@ -7290,8 +7290,8 @@ void
 clear_mouse_face (dpyinfo)
      struct x_display_info *dpyinfo;
 {
-#if 0 /* This prevents redrawing tool bar items when changing
-        from one to another, so don't do it.  */
+#if 0 /* This prevents redrawing tool bar items when changing from one
+        to another while a tooltip is open, so don't do it.  */
   if (!NILP (tip_frame))
     return;
 #endif