aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2016-04-03 20:06:51 +0300
committerEli Zaretskii2016-04-03 20:06:51 +0300
commit787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7 (patch)
tree6abd8f84e766dedddd68ddf955480b5b9789be7e /src
parent06ae23aa1202e547e65ff9f77882de4dd7f1c591 (diff)
downloademacs-787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7.tar.gz
emacs-787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7.zip
; * src/keyboard.c (read_char): Fix typos in a comment.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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,
2837 if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time) 2837 if (CONSP (c) && EQ (XCAR (c), Qselect_window) && !end_time)
2838 /* We stopped being idle for this event; undo that. This 2838 /* We stopped being idle for this event; undo that. This
2839 prevents automatic window selection (under 2839 prevents automatic window selection (under
2840 mouse_autoselect_window from acting as a real input event, for 2840 mouse-autoselect-window) from acting as a real input event, for
2841 example banishing the mouse under mouse-avoidance-mode. */ 2841 example banishing the mouse under mouse-avoidance-mode. */
2842 timer_resume_idle (); 2842 timer_resume_idle ();
2843 2843