diff options
| author | Juanma Barranquero | 2011-11-24 02:58:14 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-24 02:58:14 +0100 |
| commit | 20db1522fe719b5de3f7cf9b373183d4b3437e94 (patch) | |
| tree | 44b4bcef6fb0bb9b7fd99389781ee07dc94ca7c0 /src | |
| parent | 29291ef14b0592d235f4b62463a7eb4471e5a55f (diff) | |
| download | emacs-20db1522fe719b5de3f7cf9b373183d4b3437e94.tar.gz emacs-20db1522fe719b5de3f7cf9b373183d4b3437e94.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.11 | 2 | ||||
| -rw-r--r-- | src/msdos.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 72871475b69..cb8b413a514 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -2191,7 +2191,7 @@ | |||
| 2191 | 2010-12-16 Jan Djärv <jan.h.d@swipnet.se> | 2191 | 2010-12-16 Jan Djärv <jan.h.d@swipnet.se> |
| 2192 | 2192 | ||
| 2193 | * nsterm.m (ns_draw_window_cursor): If the cursor color is the | 2193 | * nsterm.m (ns_draw_window_cursor): If the cursor color is the |
| 2194 | same as the background, use the face forground as cursor. | 2194 | same as the background, use the face foreground as cursor. |
| 2195 | 2195 | ||
| 2196 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> | 2196 | 2010-12-13 Eli Zaretskii <eliz@gnu.org> |
| 2197 | 2197 | ||
diff --git a/src/msdos.c b/src/msdos.c index 4c08c5b29e0..64e9d72c784 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -1558,7 +1558,7 @@ IT_set_terminal_window (struct frame *f, int foo) | |||
| 1558 | { | 1558 | { |
| 1559 | } | 1559 | } |
| 1560 | 1560 | ||
| 1561 | /* Remember the screen colors of the curent frame, to serve as the | 1561 | /* Remember the screen colors of the current frame, to serve as the |
| 1562 | default colors for newly-created frames. */ | 1562 | default colors for newly-created frames. */ |
| 1563 | DEFUN ("msdos-remember-default-colors", Fmsdos_remember_default_colors, | 1563 | DEFUN ("msdos-remember-default-colors", Fmsdos_remember_default_colors, |
| 1564 | Smsdos_remember_default_colors, 1, 1, 0, | 1564 | Smsdos_remember_default_colors, 1, 1, 0, |