From: Eli Zaretskii Date: Sun, 3 Apr 2016 17:06:51 +0000 (+0300) Subject: ; * src/keyboard.c (read_char): Fix typos in a comment. X-Git-Tag: emacs-25.0.93~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7;p=emacs.git ; * src/keyboard.c (read_char): Fix typos in a comment. --- diff --git a/src/keyboard.c b/src/keyboard.c index 9618e38e575..e3858a5d8dc 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 ();