Index: slime.texi
===================================================================
RCS file: /project/slime/cvsroot/slime/doc/slime.texi,v
retrieving revision 1.86
diff -u -3 -r1.86 slime.texi
--- slime.texi	18 Nov 2009 10:51:34 -0000	1.86
+++ slime.texi	9 Dec 2009 08:43:00 -0000
@@ -1181,7 +1181,11 @@
 The @SLIME{} inspector is a Emacs-based alternative to the
 standard @code{INSPECT} function. The inspector presents objects in
 Emacs buffers using a combination of plain text, hyperlinks to related
-objects.
+objects, and &ldquo;actions&rdquo; that can be selected to invoke Lisp code on
+the inspected object. For example, to present a generic function the
+inspector shows the documentation in plain text and presents each
+method with both a hyperlink to inspect the method object and a
+&ldquo;remove method&rdquo; action that you can invoke interactively.
 
 The inspector can easily be specialized for the objects in your own
 programs. For details see the the @code{inspect-for-emacs} generic
