]> granicus.if.org Git - nethack/commitdiff
paranoid_confirmation indentation cleanup
authorkeni <keni>
Sun, 24 Apr 2011 21:12:06 +0000 (21:12 +0000)
committerkeni <keni>
Sun, 24 Apr 2011 21:12:06 +0000 (21:12 +0000)
Pat confirms this is the intended behavior.

doc/Guidebook.tex

index 4019d4b8e1c84425210c7fc24dff3ae447e19b5b..ecb3e3e0dd97db801d306b6cfdaf66454319e413 100644 (file)
@@ -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;