diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-04-03 20:06:51 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-04-03 20:06:51 +0300 |
commit | 787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7 (patch) | |
tree | 6abd8f84e766dedddd68ddf955480b5b9789be7e /src/keyboard.c | |
parent | 06ae23aa1202e547e65ff9f77882de4dd7f1c591 (diff) | |
download | emacs-787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7.tar.gz emacs-787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7.tar.bz2 emacs-787df9dd053581b7e15fb0cd1ee3e9a17dbd1ad7.zip |
; * src/keyboard.c (read_char): Fix typos in a comment.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r-- | src/keyboard.c | 2 |
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, 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 (); |