diff options
| author | Paul Eggert | 2014-02-05 10:27:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-02-05 10:27:11 -0800 |
| commit | 658272052d53ac372e8ff7434271b7a68cdb3af6 (patch) | |
| tree | 9ef7c3a524603edb5b83e1b128073d3e95cea239 /src | |
| parent | a3c3a662eac241df992c68850c2031283b066053 (diff) | |
| download | emacs-658272052d53ac372e8ff7434271b7a68cdb3af6.tar.gz emacs-658272052d53ac372e8ff7434271b7a68cdb3af6.zip | |
Spelling fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index f9c1b4d1bf0..755c061c43e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -28572,7 +28572,7 @@ note_mouse_highlight (struct frame *f, int x, int y) | |||
| 28572 | if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN) | 28572 | if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN) |
| 28573 | { | 28573 | { |
| 28574 | cursor = FRAME_X_OUTPUT (f)->nontext_cursor; | 28574 | cursor = FRAME_X_OUTPUT (f)->nontext_cursor; |
| 28575 | /* Sho non-text cursor (Bug#16647). */ | 28575 | /* Show non-text cursor (Bug#16647). */ |
| 28576 | goto set_cursor; | 28576 | goto set_cursor; |
| 28577 | } | 28577 | } |
| 28578 | else | 28578 | else |