aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2000-07-20 11:17:16 +0000
committerEli Zaretskii2000-07-20 11:17:16 +0000
commitec68e3237ee380b5cda24e339721840330a20212 (patch)
treefdad5fcfc9a706bfdcba654238ab2dd3df5848cd /src
parent48c14970c5681f570682660c6a51fbf6cae8ce26 (diff)
downloademacs-ec68e3237ee380b5cda24e339721840330a20212.tar.gz
emacs-ec68e3237ee380b5cda24e339721840330a20212.zip
Correct a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
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
1877 /* Flush the display of frame F. For X, this is XFlush. */ 1877 /* Flush the display of frame F. For X, this is XFlush. */
1878 void (*flush_display) P_ ((struct frame *f)); 1878 void (*flush_display) P_ ((struct frame *f));
1879 1879
1880 /* Clear the mouse hightlight in windwo W, if there is any. */ 1880 /* Clear the mouse hightlight in window W, if there is any. */
1881 void (*clear_mouse_face) P_ ((struct window *w)); 1881 void (*clear_mouse_face) P_ ((struct window *w));
1882 1882
1883 /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on 1883 /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on