diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-17 18:00:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-10-17 18:00:00 -0400 |
commit | cbcc3a1e1a82b01eea370bf7841e6b5f4d1e46c1 (patch) | |
tree | 2df907a422b75fb41590f113d3a0a3365bc667be /src/LYKeymap.c | |
parent | 1d80538b4b84eadd223c7b61839b950389c2d49d (diff) | |
download | lynx-snapshots-cbcc3a1e1a82b01eea370bf7841e6b5f4d1e46c1.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-84
Diffstat (limited to 'src/LYKeymap.c')
-rw-r--r-- | src/LYKeymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c index c47c3611..1ceef654 100644 --- a/src/LYKeymap.c +++ b/src/LYKeymap.c @@ -462,7 +462,7 @@ PRIVATE struct rmap revmap[] = { { "RAW_TOGGLE", "toggle raw 8-bit translations or CJK mode ON or OFF" }, { "COOKIE_JAR", "examine the Cookie Jar" }, { "F_LINK_NUM", "invoke the 'Follow link (or page) number:' prompt" }, -{ "SWITCH_DTD", "switch between old and new parsing of HTML" }, +{ "SWITCH_DTD", "switch between two ways of parsing HTML" }, #ifdef USE_EXTERNALS { "EXTERN", "run external program with url" }, #endif |