summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-22 16:36:43 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-22 16:36:43 +0000
commit866a3a280b3eb8a8263f4fc6d1eeb51ebf632f99 (patch)
tree8881966c6edd6a63d354b968fc8e5078027d0657 /crawl-ref/source/command.cc
parent2a73bdc6a3be5efa46dfdf32bb86edfcf5d0bd4c (diff)
downloadcrawl-ref-866a3a280b3eb8a8263f4fc6d1eeb51ebf632f99.tar.gz
crawl-ref-866a3a280b3eb8a8263f4fc6d1eeb51ebf632f99.zip
Update documentation (G instead of Ctrl-G).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5178 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 35341ee986..1a98cff936 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1506,7 +1506,7 @@ static void _add_formatted_keyhelp(column_composer &cols)
cols.add_formatted(
0,
"<h>Extended Movement:\n"
- "<w>o</w> : auto-explore\n"
+ "<w>o</w> : auto-explore\n"
"<w>G</w> : interlevel travel\n"
"<w>Ctrl-F</w> : Find items\n"
"<w>Ctrl-W</w> : set Waypoint\n"
@@ -1634,7 +1634,7 @@ static void _add_formatted_keyhelp(column_composer &cols)
"<h>Additional help:\n"
"Many commands have context sensitive \n"
"help, among them <w>X</w>, <w>x</w>, <w>f</w> (or any \n"
- "form of targeting), <w>Ctrl-F</w> and <w>Ctrl-G</w>."
+ "form of targeting), <w>G</w> and <w>Ctrl-F</w>."
"\n",
true, true, _cmdhelp_textfilter);
}