]> git.eshelyaron.com Git - emacs.git/commitdiff
xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2010 13:25:03 +0000 (16:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2010 13:25:03 +0000 (16:25 +0300)
src/xdisp.c

index c80e1f35df37bfde7c4d959494ac98cffc3ab92c..93fdb68eeac42f3f6c6a14e932046cdf88840d30 100644 (file)
@@ -10858,7 +10858,7 @@ note_tool_bar_highlight (struct frame *f, int x, int y)
   enum draw_glyphs_face draw = DRAW_IMAGE_RAISED;
   int mouse_down_p, rc;
 
-  /* Function note_mouse_highlight is called with negative x(y
+  /* Function note_mouse_highlight is called with negative X/Y
      values when mouse moves outside of the frame.  */
   if (x <= 0 || y <= 0)
     {