summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-07 01:04:52 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-07 01:04:52 +0000
commitfea3c8df37716c2bb4c033d463b9a796098e0a83 (patch)
tree16d5526f92e71679ab88c72a9dfba2ef991738b5 /crawl-ref/source
parent902c96c3a1a77334f486589e69e12534e7434d87 (diff)
downloadcrawl-ref-fea3c8df37716c2bb4c033d463b9a796098e0a83.tar.gz
crawl-ref-fea3c8df37716c2bb4c033d463b9a796098e0a83.zip
Repair Ctrl-F help page. Use royal jelly as example now. (slinkies)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7760 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/dat/database/help.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/dat/database/help.txt b/crawl-ref/source/dat/database/help.txt
index 2782b67ed8..e4874df745 100644
--- a/crawl-ref/source/dat/database/help.txt
+++ b/crawl-ref/source/dat/database/help.txt
@@ -13,11 +13,11 @@ of the item or the contents of the shop.
Some examples of search strings:
<w>cure mutation</w> find all potions of cure mutation, including potions in shops.
-<w>cloak</w> find all cloaks in the dungeon.
+<w>jell</w> finds every single royal jelly and heaps of royal jellies
<w>Lair:2</w> find everything known to be on Lair:2.
-<w>D:[2-4]</w> finds everything on Lair:2-4. Regexes are allowed! Note that
- D:[3-10] will not work as intended, since [x-y] is a regex
- character range.
+<w>D:[2-4]</w> finds everything on Dungeon levels 2-4. Regexes are allowed!
+ Note that D:[3-10] will not work as intended, since [x-y] is a
+ regex character range.
<w>.</w> is a shortcut to find everything on your current level.
<w>..</w> is a shortcut for listing all items you know.
<w>Lair.*axe</w> and <w>axe && Lair</w> both show all axes in the Lair.