emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101158: xdisp.c: Fix typo in a comme


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101158: xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
Date: Sat, 21 Aug 2010 16:25:03 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101158
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2010-08-21 16:25:03 +0300
message:
  xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
modified:
  src/xdisp.c
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2010-08-20 14:31:38 +0000
+++ b/src/xdisp.c       2010-08-21 13:25:03 +0000
@@ -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)
     {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]