diff src/xterm.c @ 3369:f7f2e724f501

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 May 1993 21:58:25 +0000
parents e0c2e8a2ef75
children 2a646c40a4cf
line wrap: on
line diff
--- a/src/xterm.c	Mon May 31 21:57:00 1993 +0000
+++ b/src/xterm.c	Mon May 31 21:58:25 1993 +0000
@@ -2870,7 +2870,7 @@
 		  if ((keysym >= XK_BackSpace && keysym <= XK_Escape)
 		      || keysym == XK_Delete
 		      || IsCursorKey (keysym)       /* 0xff50 <= x < 0xff60 */
-		      || IsMiscFunctionKey (keysym) /* 0xff60 <= x < 0xff7e */
+		      || IsMiscFunctionKey (keysym) /* 0xff60 <= x < VARIES */
 #ifdef HPUX
 		      /* This recognizes the "extended function keys".
 			 It seems there's no cleaner way.