summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/docs/crawl_manual.txt2
-rw-r--r--crawl-ref/source/command.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/docs/crawl_manual.txt b/crawl-ref/docs/crawl_manual.txt
index c046993b1e..bdb1348667 100644
--- a/crawl-ref/docs/crawl_manual.txt
+++ b/crawl-ref/docs/crawl_manual.txt
@@ -2550,7 +2550,7 @@ following, if an item is already selected, the key will deselect it
[ Select all armour.
? Select all scrolls.
% Select all food.
- & Select all carrion.
+ & Select all carrion and inedible food.
+ or : Select all books.
/ Select all wands.
\ or | Select all staves.
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 69bb351ef6..08e930e2b0 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2222,7 +2222,7 @@ static void _add_formatted_keyhelp(column_composer &cols)
" (use <w>=</w> to assign slots)\n"
"<w>v</w> : eVoke power of wielded item\n"
"<w>W</w>/<w>T</w> : Wear or Take off armour\n"
- "<w>P</w>/<w>R</w> : Put on or Remove jewellery\n",
+ "<w>P</w>/<w>R</w> : Put on or Remove jewellery\n";
cols.add_formatted(
1, interact,