Variable: SB-IMPL::*HELP-FOR-INSPECT*

package type

No description.

Value

"
help for inspect:
  q, e        -  quit the inspector.
  <integer>   -  inspect the numbered slot.
  r           -  redisplay current inspected object.
  u           -  move upward/backward to previous inspected object.
  ?, h, help  -  show this help.
  <other>     -  evaluate the input as an expression.
within the inspector, the special variable sb-ext:*inspected* is bound
to the current inspected object, so that it can be referred to in
evaluated expressions.
"