summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-06 15:49:03 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-06 15:49:03 +0000
commit71ae844db21dfb4f54e6addfa812353b1f1332ca (patch)
treeebe83b8c675c100bfedcb8ed6f46276c8b5fda93 /crawl-ref
parent36efed5c0a14bdc07e34c1b9ab147fe7c8bb6b05 (diff)
downloadcrawl-ref-71ae844db21dfb4f54e6addfa812353b1f1332ca.tar.gz
crawl-ref-71ae844db21dfb4f54e6addfa812353b1f1332ca.zip
Fixed a couple of minor errors in the manual.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1546 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/docs/crawl_manual.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/crawl-ref/docs/crawl_manual.txt b/crawl-ref/docs/crawl_manual.txt
index d361d30dcf..65b1245cd5 100644
--- a/crawl-ref/docs/crawl_manual.txt
+++ b/crawl-ref/docs/crawl_manual.txt
@@ -330,7 +330,8 @@ chose any dungeon level; the game will then take the shortest path to
reach this destination. You can also use autotravel on the level map
('X'): move the cursor to the place where you want to go and hit Enter.
There are several shortcuts when choosing destinations: try '<' and '>'
-to quickly reach the staircases.
+to quickly reach the staircases.
+
When your autotravel gets interrupted, Crawl will remember the previous
destination. Hitting Ctrl-G again and following with Enter puts the
cursor on that square. See Appendix 4 for all commands and shortcuts in
@@ -343,7 +344,7 @@ optimal: by manual exploration you can save turns, but auto-explore will
usually save real time.
If you like the use of automated exploration, take note of the option
-setting 'greedy_explore = true' in the init file. This will cause Crawl
+setting 'explore_greedy = true' in the init file. This will cause Crawl
to run to and pick up all items seen which are on the autopickup list.
It also makes the character go to piles of items, in order to check the
contents.
@@ -981,7 +982,7 @@ is displayed in a light blue colour.
------------------------------------------------------------------------
-K. KEYMAPS, MACROS, OPTIONS, PERFORMANCE
+K. KEYMAPS, MACROS, OPTIONS, PERFORMANCE
------------------------------------------------------------------------
Crawl supports redefining keys via key maps. This is useful when your
@@ -1012,9 +1013,9 @@ the box for Linux, Windows, OS/X, and to some lesser extent DOS and
Unix). If, for some reason, you find Crawl runs unacceptably slowly on
your machine, there are a few measures which may improve the situation:
- avoid greedy autoexplore
- - set the option stash_tracking = explicit
- - set travel_delay = 0 to avoid screen output (this might
- be useful if playing on a remote server)
+ - set the option stash_tracking = explicit
+ - set travel_delay = -1 to avoid screen redraws during travel (this
+ might be useful if playing on a remote server)
------------------------------------------------------------------------