]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 920ed1b4f04722c529ce0a0b2a75daf2ad81f6f9..8f04bcefe83f872b61c362674d77b0f5a9a550c4 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