changeset 44358:05ce431b76fb

Fix comment.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 03 Apr 2002 08:36:56 +0000
parents 4bbde6981301
children ff9f7aee02c8
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Wed Apr 03 08:34:38 2002 +0000
+++ b/src/keyboard.c	Wed Apr 03 08:36:56 2002 +0000
@@ -2693,7 +2693,7 @@
       if (CONSP (c) && EQ (XCAR (c), Qselect_window))
 	/* We stopped being idle for this event; undo that.  This
 	   prevents automatic window selection (under
-	   autoselect_window_p 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_idleness_start_time = last_idle_start;