changeset 109906:4083ea4ca585

xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 21 Aug 2010 16:25:03 +0300
parents c2d849aa4021
children 88b82e3838f6
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sat Aug 21 12:35:31 2010 +0300
+++ b/src/xdisp.c	Sat Aug 21 16:25:03 2010 +0300
@@ -10858,7 +10858,7 @@
   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)
     {