diff options
| author | Paul Eggert | 2011-12-18 22:21:24 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-18 22:21:24 -0800 |
| commit | 99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch) | |
| tree | 20ede6f28ea8785e182ee29d753a547409dd39c4 /src | |
| parent | 3771cb1735b47102e7f94187bcdeb1a4644a557e (diff) | |
| download | emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.zip | |
Spelling fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.c | 4 | ||||
| -rw-r--r-- | src/w32term.c | 2 | ||||
| -rw-r--r-- | src/xterm.c | 2 |
3 files changed, 4 insertions, 4 deletions
| @@ -210,8 +210,8 @@ static Lisp_Object Vccl_program_table; | |||
| 210 | #define CCL_WriteArrayReadJump 0x0B /* Write an array element, read, and jump: | 210 | #define CCL_WriteArrayReadJump 0x0B /* Write an array element, read, and jump: |
| 211 | 1:A--D--D--R--E--S--S-rrrXXXXX | 211 | 1:A--D--D--R--E--S--S-rrrXXXXX |
| 212 | 2:LENGTH | 212 | 2:LENGTH |
| 213 | 3:ELEMENET[0] | 213 | 3:ELEMENT[0] |
| 214 | 4:ELEMENET[1] | 214 | 4:ELEMENT[1] |
| 215 | ... | 215 | ... |
| 216 | N:A--D--D--R--E--S--S-rrrYYYYY | 216 | N:A--D--D--R--E--S--S-rrrYYYYY |
| 217 | ------------------------------ | 217 | ------------------------------ |
diff --git a/src/w32term.c b/src/w32term.c index 532ff64fe66..29ac9d119b4 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -3556,7 +3556,7 @@ x_scroll_bar_remove (struct scroll_bar *bar) | |||
| 3556 | /* Destroy the window. */ | 3556 | /* Destroy the window. */ |
| 3557 | my_destroy_window (f, SCROLL_BAR_W32_WINDOW (bar)); | 3557 | my_destroy_window (f, SCROLL_BAR_W32_WINDOW (bar)); |
| 3558 | 3558 | ||
| 3559 | /* Disassociate this scroll bar from its window. */ | 3559 | /* Dissociate this scroll bar from its window. */ |
| 3560 | XWINDOW (bar->window)->vertical_scroll_bar = Qnil; | 3560 | XWINDOW (bar->window)->vertical_scroll_bar = Qnil; |
| 3561 | 3561 | ||
| 3562 | UNBLOCK_INPUT; | 3562 | UNBLOCK_INPUT; |
diff --git a/src/xterm.c b/src/xterm.c index 1f995b3c1a0..e2f356db7b0 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5151,7 +5151,7 @@ x_scroll_bar_remove (struct scroll_bar *bar) | |||
| 5151 | XDestroyWindow (FRAME_X_DISPLAY (f), bar->x_window); | 5151 | XDestroyWindow (FRAME_X_DISPLAY (f), bar->x_window); |
| 5152 | #endif | 5152 | #endif |
| 5153 | 5153 | ||
| 5154 | /* Disassociate this scroll bar from its window. */ | 5154 | /* Dissociate this scroll bar from its window. */ |
| 5155 | XWINDOW (bar->window)->vertical_scroll_bar = Qnil; | 5155 | XWINDOW (bar->window)->vertical_scroll_bar = Qnil; |
| 5156 | 5156 | ||
| 5157 | UNBLOCK_INPUT; | 5157 | UNBLOCK_INPUT; |