diff options
author | Kim F. Storm <storm@cua.dk> | 2001-11-16 13:04:02 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2001-11-16 13:04:02 +0000 |
commit | 377df9e21dcbc56569b5035ed301118458965d79 (patch) | |
tree | d741d34d080e1412208304ea91db60a0664ef338 /src/msdos.c | |
parent | 986f10ad215b954f42a3472cf4718e166d253833 (diff) | |
download | emacs-377df9e21dcbc56569b5035ed301118458965d79.tar.gz |
Fringe cleanup.
Comment fix.
Diffstat (limited to 'src/msdos.c')
-rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c index 12235af8301..fdf8b078b3c 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -1422,7 +1422,7 @@ fast_find_position (struct window *w, int pos, int *hpos, int *vpos) /* Take proper action when mouse has moved to the mode or top line of window W, x-position X. MODE_LINE_P non-zero means mouse is on the mode line. X is relative to the start of the text display area of - W, so the width of bitmap areas and scroll bars must be subtracted + W, so the width of fringes and scroll bars must be subtracted to get a position relative to the start of the mode line. */ static void IT_note_mode_line_highlight (struct window *w, int x, int mode_line_p) |