]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard.c (read_char): Typo in comment.
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jun 2024 07:13:03 +0000 (15:13 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:01:46 +0000 (21:01 +0200)
(cherry picked from commit e7123edfe7f7abc9043429dfb3f84941f83d6565)

src/keyboard.c

index 303af00550b241a5d8a5b86bc9ee942f850278f6..e8f313a6058613ab322bf7d0a486cb4e2255a1de 100644 (file)
@@ -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