X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fdebugger.texinfo;h=82e6b7d2a5924f90ed3f89c71ffa45c61119f843;hb=f7faed97898dd0e94a18b0d1fca03aaa0fe24ab0;hp=d3bbc3ffeb4abb58e706cdd30cb509f5e188de47;hpb=74cfbf6d0572b7df1b3492563408a7cb3ae103cf;p=sbcl.git diff --git a/doc/manual/debugger.texinfo b/doc/manual/debugger.texinfo index d3bbc3f..82e6b7d 100644 --- a/doc/manual/debugger.texinfo +++ b/doc/manual/debugger.texinfo @@ -54,7 +54,7 @@ the debugger. In this case @code{car} was called on @code{3}, causing a @code{type-error}. This is followed by the ``beginner help line'', which appears only if -@code{sb-ext:*debugger-beginner-help*} is true (default). +@code{sb-ext:*debug-beginner-help-p*} is true (default). Next comes a listing of the active restart names, along with their descriptions -- the ways we can restart execution after this error. In