diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-06 21:38:08 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-02-06 21:38:08 -0500 |
commit | 9c63ba04a5785f8ad069bf660402530617451a06 (patch) | |
tree | 8597ad92f9e4398c149583c22798d67e31e3dbad /src/LYKeymap.c | |
parent | c3ec4181d988501e4d7116f32c669d5ca69e7060 (diff) | |
download | lynx-snapshots-9c63ba04a5785f8ad069bf660402530617451a06.tar.gz |
snapshot of project "lynx", label v2_6fm_970206
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 2545f6a6..62382e44 100644 --- a/src/LYKeymap.c +++ b/src/LYKeymap.c @@ -416,7 +416,7 @@ PRIVATE struct rmap revmap[] = { { "DOWN_LINK", "move down the page to another link" }, { "RIGHT_LINK", "move right to another link" }, { "LEFT_LINK", "move left to a previous link" }, -{ "HISTORY", "display a list of previously viewed documents" }, +{ "HISTORY", "display stack of currently-suspended documents" }, { "PREV_DOC", "go back to the previous document" }, { "ACTIVATE", "go to the document given by the current link" }, { "GOTO", "go to a document given as a URL" }, |