From f49c759813fa3188984945efe388da845c337080 Mon Sep 17 00:00:00 2001 From: cohrs Date: Sun, 31 Mar 2002 07:19:43 +0000 Subject: [PATCH] clarify travel commnd documentation - Guidebook said traval command would stop similar to the G command, but did not say it differed from the G command in that it disables autopickup --- doc/Guidebook.mn | 3 ++- doc/Guidebook.tex | 5 +++-- doc/fixes34.1 | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index 491ed44d5..19f97c258 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -477,7 +477,8 @@ Prefix: move until something interesting is found. Prefix: same as `g', but forking of corridors is not considered interesting. .lp _ Travel to a map location via a shortest-path algorithm. Stops on most of -the same conditions as the `G' command does. For ports with mouse +the same conditions as the `G' command, but without picking up +objects, similar to the `M' command. For ports with mouse support, the command is also invoked when a mouse-click takes place on a location further than 1 cell away from the current position. .lp . diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 594f6a7ba..a4cae1665 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -27,7 +27,7 @@ \begin{document} % % input file: guidebook.mn -% $Revision: 1.37 $ $Date: 2002/03/23 20:03:20 $ +% $Revision: 1.38 $ $Date: 2002/03/31 06:27:18 $ % %.ds h0 " %.ds h1 %.ds h2 \% @@ -639,7 +639,8 @@ interesting. %.lp \item[\tb{_}] Travel to a map location via a shortest-path algorithm. Stops on most of -the same conditions as the `G' command does. For ports with mouse +the same conditions as the `G' command, but without picking up +objects, similar to the `M' command. For ports with mouse support, the command is also invoked when a mouse-click takes place on a location further than 1 cell away from the current position. %.lp diff --git a/doc/fixes34.1 b/doc/fixes34.1 index a153b4bb2..eb398fbca 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -39,6 +39,7 @@ taking partial count of merged objects from a container while your pack was full split the object and did not re-merge animal_parts are not always appropriate for ravens prevent panic if tombstone window cannot be created +clarify travel command behavior in the Guidebook Platform- and/or Interface-Specific Fixes