From: keni Date: Sun, 24 Apr 2011 21:12:06 +0000 (+0000) Subject: paranoid_confirmation indentation cleanup X-Git-Tag: MOVE2GIT~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb43f6fce5e0fd2003f052282aaf427c2cd17747;p=nethack paranoid_confirmation indentation cleanup Pat confirms this is the intended behavior. --- diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 4019d4b8e..ecb3e3e0d 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -33,7 +33,7 @@ \begin{document} % % input file: guidebook.mn -% $Revision: 1.113 $ $Date: 2011/04/19 02:02:04 $ +% $Revision: 1.114 $ $Date: 2011/04/23 20:27:05 $ % %.ds h0 " %.ds h1 %.ds h2 \% @@ -2602,9 +2602,10 @@ A space separated list of specific situations where alternate prompting is desired. The default is ``{\it paranoid\_confirmation:pray}''. %.sd %.si -%? Setting \itemindent to 0 seems to be what we want but didn't achieve -%? anything, so hack \leftmargin to approximately suppress indentation. -\blist{\leftmargin 15mm \topsep 1mm \itemsep 0mm} +\newlength{\pcwidth} +\settowidth{\pcwidth}{\tt Remove} +\addtolength{\pcwidth}{\labelsep} +\blist{\leftmargin \pcwidth \topsep 1mm \itemsep 0mm} \item[{\tt quit~~}] require ``{\tt yes}'' rather than `{\tt y}' to confirm quitting the game or switching into non-scoring explore mode;