summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/crawl_options.txt
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 11:22:14 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-02 11:22:14 +0000
commit1b295e9069c68d4eb0ce96b3155aeaf31ddf02eb (patch)
tree3d6061af13fcf2e056a38d2f42b511e3d55f40e7 /crawl-ref/docs/crawl_options.txt
parente367869da9f95861d50de188f92adb853f7a5c9f (diff)
downloadcrawl-ref-1b295e9069c68d4eb0ce96b3155aeaf31ddf02eb.tar.gz
crawl-ref-1b295e9069c68d4eb0ce96b3155aeaf31ddf02eb.zip
Trunk->0.3 merge (2964-2965): Fixed MinGW makefile, cleaned up data file lookup.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.3@2966 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/crawl_options.txt')
-rw-r--r--crawl-ref/docs/crawl_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 7ff415d19c..6a9306f424 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -723,9 +723,9 @@ stash_tracking = (all | explicit | dropped)
stash_filter = <list of numbers>
This option allows filtering certain classes of items when searching
- stashes. For example,
+ stashes. For example,
stash_filter = 14, 4:21
- filters corpses (14) as well as food of the subtype chunks (4:21).
+ filters corpses (14) as well as food of the subtype chunks (4:21).
annotate_item_class = false
This only works if stash.lua has been sourced already in init.txt.