[slime-cvs] CVS slime
mbaringer
mbaringer at common-lisp.net
Sun Apr 8 22:56:08 UTC 2007
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv11305
Modified Files:
swank-backend.lisp
Log Message:
(inspect-for-emacs): Docstring update.
--- /project/slime/cvsroot/slime/swank-backend.lisp 2007/04/08 14:02:37 1.116
+++ /project/slime/cvsroot/slime/swank-backend.lisp 2007/04/08 22:56:08 1.117
@@ -858,8 +858,10 @@
(:newline) - Render a \\n
- (:action label lambda) - Render LABEL (a text string) which when
- clicked will call LAMBDA.
+ (:action label lambda &key (refresh t)) - Render LABEL (a text
+ string) which when clicked will call LAMBDA. If REFRESH is
+ non-NIL the currently inspected object will be re-inspected
+ after calling the lambda.
NIL - do nothing."))
More information about the slime-cvs
mailing list