From 787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 3 Apr 2016 20:06:51 +0300 Subject: [PATCH] ; * src/keyboard.c (read_char): Fix typos in a comment. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index 9618e38e57..e3858a5d8d 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2837,7 +2837,7 @@ read_char (int commandflag, Lisp_Object map, if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time) /* We stopped being idle for this event; undo that. This prevents automatic window selection (under - mouse_autoselect_window from acting as a real input event, for + mouse-autoselect-window) from acting as a real input event, for example banishing the mouse under mouse-avoidance-mode. */ timer_resume_idle (); -- 2.39.2