summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-08 09:47:37 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-08 09:47:37 +0000
commit4a90639598b8814c8c9036a8b8d2deccbc16d50f (patch)
tree7100676a7a64f99812247181df605de9074cbcba
parentb2dc31e6ced69575dcba4edc4f38ad0cb98e697c (diff)
downloadcrawl-ref-4a90639598b8814c8c9036a8b8d2deccbc16d50f.tar.gz
crawl-ref-4a90639598b8814c8c9036a8b8d2deccbc16d50f.zip
/ Direction is not available in the level map (as / cycles items).
Update of help and documentation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6453 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/docs/options_guide.txt2
-rw-r--r--crawl-ref/source/dat/database/help.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/docs/options_guide.txt b/crawl-ref/docs/options_guide.txt
index e27245e8d8..8b8aa21b22 100644
--- a/crawl-ref/docs/options_guide.txt
+++ b/crawl-ref/docs/options_guide.txt
@@ -659,7 +659,7 @@ trap_item_brand = none
level_map_cursor_step = 7
How many squares the cursor moves on the level map when using
- Shift-direction or * direction.
+ Shift-direction.
level_map_title = true
Whether to show the level name at the top of the level map
diff --git a/crawl-ref/source/dat/database/help.txt b/crawl-ref/source/dat/database/help.txt
index 01f36ee211..1c03077767 100644
--- a/crawl-ref/source/dat/database/help.txt
+++ b/crawl-ref/source/dat/database/help.txt
@@ -63,10 +63,10 @@ level-map
<h>Level Map ('<w>X</w><h>' in the main screen):
<w>Esc</w> : Leave level map (also <w>Space</w> or any unused key).
<w>Dir.</w> : Move the cursor.
-<w>/ Dir.</w> : Move the cursor in larger steps (also <w>Shift-Dir.</w>).
+<w>Shift-Dir.</w> : Move the cursor in larger steps (7 by default).
<w>-</w>/<w>+</w> : Scroll level map 20 grids up/down.
<w>.</w> : Start travel (also <w>Enter</w> and <w>,</w> and <w>;</w>).
- (Moves cursor to the last travel destination if still on @.)
+ (Moves cursor to the last travel destination if still on @.)
<w><<</w>/<w>></w> : Cycle through up/down stairs.
<w>^</w> : Cycle through traps.
<w>Tab</w> : Cycle through shops and portals.