diff options
| author | Paul Eggert | 2013-12-01 14:33:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-01 14:33:13 -0800 |
| commit | f224e5002292f7b9b9347147d4b5af913fed516a (patch) | |
| tree | d48239f853e7eedcda8a8f86a044b2a8004fcd1d /src/blockinput.h | |
| parent | 75b09539a4b4e62818d65cb0773587d8a2ac615f (diff) | |
| download | emacs-f224e5002292f7b9b9347147d4b5af913fed516a.tar.gz emacs-f224e5002292f7b9b9347147d4b5af913fed516a.zip | |
Spelling and punctuation fixes.
Diffstat (limited to 'src/blockinput.h')
| -rw-r--r-- | src/blockinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockinput.h b/src/blockinput.h index 8f1b1e18985..6c69b01d3dd 100644 --- a/src/blockinput.h +++ b/src/blockinput.h | |||
| @@ -59,7 +59,7 @@ extern void unblock_input (void); | |||
| 59 | extern void totally_unblock_input (void); | 59 | extern void totally_unblock_input (void); |
| 60 | extern void unblock_input_to (int); | 60 | extern void unblock_input_to (int); |
| 61 | 61 | ||
| 62 | /* In critical section ? */ | 62 | /* In critical section? */ |
| 63 | 63 | ||
| 64 | INLINE bool | 64 | INLINE bool |
| 65 | input_blocked_p (void) | 65 | input_blocked_p (void) |