]> granicus.if.org Git - nethack/commitdiff
clarify travel commnd documentation
authorcohrs <cohrs>
Sun, 31 Mar 2002 07:19:43 +0000 (07:19 +0000)
committercohrs <cohrs>
Sun, 31 Mar 2002 07:19:43 +0000 (07:19 +0000)
- 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
doc/Guidebook.tex
doc/fixes34.1

index 491ed44d5d61be156a5dd935a835cb00bdbd0b40..19f97c25888e06363333b30dab1bafb66eb82c56 100644 (file)
@@ -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 .
index 594f6a7ba8b5c9873ca91ecb7987f9b1a164171b..a4cae1665a5e6c3e097b9bf38b98d7ed37c54725 100644 (file)
@@ -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
index a153b4bb2f1fb149955cfa7671fa08db6dc45f7a..eb398fbcaa6205e82aef60d26e1f01b1e10ae385 100644 (file)
@@ -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