package local nicknames
[sbcl.git] / doc / manual / debugger.texinfo
index d3bbc3f..d1e0c9c 100644 (file)
@@ -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
@@ -333,7 +333,7 @@ function. This is a consequence of the way the compiler works: there
 is nothing odd with your program. You will also see @code{:CLEANUP}
 frames during the execution of @code{unwind-protect} cleanup code.
 The @code{:EXTERNAL} and @code{:CLEANUP} above are entry-point types,
-visible only if @code{sb-debug:*show-entry-point-details*} os true.
+visible only if @code{sb-debug:*show-entry-point-details*} is true.
 
 @node  Debug Tail Recursion
 @comment  node-name,  next,  previous,  up