diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-07-20 11:17:16 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-07-20 11:17:16 +0000 |
commit | ec68e3237ee380b5cda24e339721840330a20212 (patch) | |
tree | fdad5fcfc9a706bfdcba654238ab2dd3df5848cd /src/dispextern.h | |
parent | 48c14970c5681f570682660c6a51fbf6cae8ce26 (diff) | |
download | emacs-ec68e3237ee380b5cda24e339721840330a20212.tar.gz |
Correct a typo in a comment.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index f08c322f228..44a1a04d6c1 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1877,7 +1877,7 @@ struct redisplay_interface /* Flush the display of frame F. For X, this is XFlush. */ void (*flush_display) P_ ((struct frame *f)); - /* Clear the mouse hightlight in windwo W, if there is any. */ + /* Clear the mouse hightlight in window W, if there is any. */ void (*clear_mouse_face) P_ ((struct window *w)); /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on |