From: Po Lu Date: Fri, 21 Jun 2024 07:13:03 +0000 (+0800) Subject: ; * src/keyboard.c (read_char): Typo in comment. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~960 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e7123edfe7f7abc9043429dfb3f84941f83d6565;p=emacs.git ; * src/keyboard.c (read_char): Typo in comment. --- 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, /* Should a command call `sit-for', or another command that provides a timespec to Fread_event and co., the original event will not subsequently be entered into - this_command_keys unless Qno_record be specified below. + this_command_keys unless Qt be specified below. The same is the case in a number of other scenarios where reread is true, but if so, event recording is to be