1.0.45.27: fix a typo in the manual
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 12 Feb 2011 15:49:21 +0000 (15:49 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 12 Feb 2011 15:49:21 +0000 (15:49 +0000)
 Patch by "adicarlo", lp#706139.

 Correct name of special var that turns off beginner's help in
 the debugger.

doc/manual/debugger.texinfo
version.lisp-expr

index d3bbc3f..82e6b7d 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
index 42be45e..c254d9a 100644 (file)
@@ -20,4 +20,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.45.26"
+"1.0.45.27"