aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-31 21:58:25 +0000
committerRichard M. Stallman <[email protected]>1993-05-31 21:58:25 +0000
commit465791dacd712e6fc1ea521ab5bd4b058eab4df5 (patch)
tree14f867046c32978746c75ca59279a277d077f7dc
parenta80652a7de98730bcafe978b2157b4f82c9f80e6 (diff)
Comment change.
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 77cc54021d..8ff27cbff3 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -2870,7 +2870,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
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.