From 9318c38595d7615c0ec08a19c6ca5a4b14936adf Mon Sep 17 00:00:00 2001 From: Sean Dewar <6256228+seandewar@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:28:02 +0100 Subject: [PATCH] Remove obsolete "Enter store" command from documentation Seems non-functional since commit 7497c1a5aa94ffc834c5c6037aa96aaa79262ce4. Instead, re-entering a shop can be done by staying still with ',' ('.' via the roguelike keyset; "CMD_HOLD") or '5'. --- docs/playing.rst | 4 ++-- lib/help/commands.txt | 2 +- lib/help/r_comm.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/playing.rst b/docs/playing.rst index 30d1d8522..d84f26561 100644 --- a/docs/playing.rst +++ b/docs/playing.rst @@ -129,7 +129,7 @@ Original Keyset Command Summary ``[`` Display visible monster list ``^m`` (special - return) ``]`` Display visible object list ``^n`` (unused) ``-`` (unused) ``^o`` Show previous message -``_`` Enter store ``^p`` Show previous messages +``_`` (unused) ``^p`` Show previous messages ``+`` Alter grid, set monster trap ``^q`` (unused) ``=`` Set options ``^r`` Redraw the screen ``;`` Walk (with pickup) ``^s`` Save and don't quit @@ -191,7 +191,7 @@ Roguelike Keyset Command Summary ``[`` Display visible monster list ``^m`` (special - return) ``]`` Display visible object list ``^n`` (alter - south east) ``-`` Walk into a trap ``^o`` Show previous message - ``_`` Enter store ``^p`` Show previous messages + ``_`` (unused) ``^p`` Show previous messages ``+`` Alter grid, set monster trap ``^q`` (unused) ``=`` Set options ``^r`` Redraw the screen ``;`` Walk (with pickup) ``^s`` Save and don't quit diff --git a/lib/help/commands.txt b/lib/help/commands.txt index 04bb2faaf..6d71b8b06 100644 --- a/lib/help/commands.txt +++ b/lib/help/commands.txt @@ -49,7 +49,7 @@ combination and does not pass it on. [ Display visible monster list ^m (special - return) ] Display visible object list ^n - - - ^o Show previous message - _ Enter store ^p Show previous messages + _ - ^p Show previous messages + Alter grid, set monster trap ^q - = Set options ^r Redraw the screen ; Walk (with pickup) ^s Save and don't quit diff --git a/lib/help/r_comm.txt b/lib/help/r_comm.txt index 689e93fad..a6b4a78c4 100644 --- a/lib/help/r_comm.txt +++ b/lib/help/r_comm.txt @@ -49,7 +49,7 @@ combination and does not pass it on. [ Display visible monster list ^m (special - return) ] Display visible object list ^n (alter - south east) - Walk into a trap ^o Show previous message - _ Enter store ^p Show previous messages + _ - ^p Show previous messages + Alter grid, set monster trap ^q - = Set options ^r Redraw the screen ; Walk (with pickup) ^s Save and don't quit