diff options
| author | Po Lu | 2024-06-21 15:13:03 +0800 |
|---|---|---|
| committer | Po Lu | 2024-06-21 15:13:03 +0800 |
| commit | e7123edfe7f7abc9043429dfb3f84941f83d6565 (patch) | |
| tree | cff9ad57e99300ebd90c7a6b16fbe7f603b28728 /src | |
| parent | 0ade6348f92283e4fd0bc209f100d8fe1bb87d2a (diff) | |
| download | emacs-e7123edfe7f7abc9043429dfb3f84941f83d6565.tar.gz emacs-e7123edfe7f7abc9043429dfb3f84941f83d6565.zip | |
; * src/keyboard.c (read_char): Typo in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index fb4d17ea066..c75e80d2a05 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3138,7 +3138,7 @@ read_char (int commandflag, Lisp_Object map, | |||
| 3138 | /* Should a command call `sit-for', or another command that | 3138 | /* Should a command call `sit-for', or another command that |
| 3139 | provides a timespec to Fread_event and co., the original | 3139 | provides a timespec to Fread_event and co., the original |
| 3140 | event will not subsequently be entered into | 3140 | event will not subsequently be entered into |
| 3141 | this_command_keys unless Qno_record be specified below. | 3141 | this_command_keys unless Qt be specified below. |
| 3142 | 3142 | ||
| 3143 | The same is the case in a number of other scenarios where | 3143 | The same is the case in a number of other scenarios where |
| 3144 | reread is true, but if so, event recording is to be | 3144 | reread is true, but if so, event recording is to be |