[slime-cvs] CVS update: slime/swank-backend.lisp

Luke Gorrie lgorrie at common-lisp.net
Mon Apr 5 06:18:06 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv21795

Modified Files:
	swank-backend.lisp 
Log Message:
(arglist): Specify that strings returned from ARGLIST should be
READable.

Date: Mon Apr  5 02:18:06 2004
Author: lgorrie

Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.40 slime/swank-backend.lisp:1.41
--- slime/swank-backend.lisp:1.40	Mon Mar 22 08:57:11 2004
+++ slime/swank-backend.lisp	Mon Apr  5 02:18:06 2004
@@ -223,7 +223,7 @@
 (definterface arglist (name)
    "Return the lambda list for the symbol NAME.
 
-The result can be a list or a string.
+The result can be a list or a (READable) string.
 
 An error should be signaled if the lambda-list cannot be found.")
 





More information about the slime-cvs mailing list