diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-13 13:50:12 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-13 13:50:12 +0200 |
commit | 7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31 (patch) | |
tree | e131fa1805a8201a25261336aa8846a57c321cfe /src/dispextern.h | |
parent | 300f9fca551d3aa024ff24b85e6ab7f0ae49ae03 (diff) | |
download | emacs-7ee6a1d37268f1f4b7047fc6ccad271d2ee5fd31.tar.gz |
Fix typos.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 8e19bdae197..8ae5e23fa97 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -63,7 +63,7 @@ typedef HDC XImagePtr_or_DC; #ifdef HAVE_NS #include "nsgui.h" -/* following typedef needed to accomodate the MSDOS port, believe it or not */ +/* Following typedef needed to accommodate the MSDOS port, believe it or not. */ typedef struct ns_display_info Display_Info; typedef Pixmap XImagePtr; typedef XImagePtr XImagePtr_or_DC; @@ -368,7 +368,7 @@ struct glyph doesn't have a glyph in a font. */ unsigned glyph_not_available_p : 1; - + /* Non-zero means don't display cursor here. */ unsigned avoid_cursor_p : 1; |