From 0deaf02ae1a4d8b0b69e1b3303424dfff4c3f8d1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 21 Aug 2010 16:25:03 +0300 Subject: [PATCH] xdisp.c: Fix typo in a comment in note_tool_bar_highlight. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index c80e1f35df3..93fdb68eeac 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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) { -- 2.39.2