diff options
| author | Richard M. Stallman | 1993-08-12 07:56:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-12 07:56:35 +0000 |
| commit | 5ca24800d36cf64d1a06db961e632dacebc8a988 (patch) | |
| tree | 549feb4532c77253b6b0e1430793ae7007ce1ca4 /src | |
| parent | 5b677090115a7dc8e2defa7c3932ec5382721eb7 (diff) | |
| download | emacs-5ca24800d36cf64d1a06db961e632dacebc8a988.tar.gz emacs-5ca24800d36cf64d1a06db961e632dacebc8a988.zip | |
Fix typo in last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 4ef621fc246..f2c9476161a 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -240,7 +240,7 @@ enum event_kind | |||
| 240 | milliseconds) for the click. */ | 240 | milliseconds) for the click. */ |
| 241 | selection_request_event, /* Another X client wants a selection from us. | 241 | selection_request_event, /* Another X client wants a selection from us. |
| 242 | See `struct selection_event'. */ | 242 | See `struct selection_event'. */ |
| 243 | selection_clear_event X client cleared our selection. */ | 243 | selection_clear_event /* Another X client cleared our selection. */ |
| 244 | }; | 244 | }; |
| 245 | 245 | ||
| 246 | /* If a struct input_event has a kind which is selection_request_event | 246 | /* If a struct input_event has a kind which is selection_request_event |