From c77617ca5f9334bcd3c1518dcec3491d9d11cbf3 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 12 Feb 2011 15:49:21 +0000 Subject: [PATCH] 1.0.45.27: fix a typo in the manual Patch by "adicarlo", lp#706139. Correct name of special var that turns off beginner's help in the debugger. --- doc/manual/debugger.texinfo | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/version.lisp-expr b/version.lisp-expr index 42be45e..c254d9a 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4