diff options
| author | Eli Zaretskii | 2010-08-21 16:25:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-21 16:25:03 +0300 |
| commit | 0deaf02ae1a4d8b0b69e1b3303424dfff4c3f8d1 (patch) | |
| tree | 8caf0917f2538f9025a51322659c385bc7e62473 /src | |
| parent | 40629f171babe6087c32d3211beeb23b136155bd (diff) | |
| download | emacs-0deaf02ae1a4d8b0b69e1b3303424dfff4c3f8d1.tar.gz emacs-0deaf02ae1a4d8b0b69e1b3303424dfff4c3f8d1.zip | |
xdisp.c: Fix typo in a comment in note_tool_bar_highlight.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 10858 | enum draw_glyphs_face draw = DRAW_IMAGE_RAISED; | 10858 | enum draw_glyphs_face draw = DRAW_IMAGE_RAISED; |
| 10859 | int mouse_down_p, rc; | 10859 | int mouse_down_p, rc; |
| 10860 | 10860 | ||
| 10861 | /* Function note_mouse_highlight is called with negative x(y | 10861 | /* Function note_mouse_highlight is called with negative X/Y |
| 10862 | values when mouse moves outside of the frame. */ | 10862 | values when mouse moves outside of the frame. */ |
| 10863 | if (x <= 0 || y <= 0) | 10863 | if (x <= 0 || y <= 0) |
| 10864 | { | 10864 | { |