X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdebug.lisp;h=cf7f9dbc5d760a5f2eebdbf1d4f9ab19038dc4df;hb=58084279740fc96c6ffcd14e86dca73b71b7c288;hp=927ba8842811debcb47ca93dd4d548f7cad22f07;hpb=f06a378c741965a906b6a042c9420efb9c51198f;p=sbcl.git diff --git a/src/code/debug.lisp b/src/code/debug.lisp index 927ba88..cf7f9db 100644 --- a/src/code/debug.lisp +++ b/src/code/debug.lisp @@ -792,7 +792,8 @@ reset to ~S." "~&(no restarts: If you didn't do this on purpose, ~ please report it as a bug.)~%")) (t - (format s "~&restarts:~%") + (format s "~&restarts (invokable by number or by ~ + possibly-abbreviated name):~%") (let ((count 0) (names-used '(nil)) (max-name-len 0))