From: Eli Zaretskii Date: Sat, 21 Aug 2010 13:25:03 +0000 (+0300) Subject: xdisp.c: Fix typo in a comment in note_tool_bar_highlight. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~240^2~2^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0deaf02ae1a4d8b0b69e1b3303424dfff4c3f8d1;p=emacs.git xdisp.c: Fix typo in a comment in note_tool_bar_highlight. --- 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) {