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

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


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

Modified Files:
	swank.lisp 
Log Message:
(*swank-pprint-circle*, *swank-pprint-escape*, *swank-pprint-level*,
*swank,pprint-length*): Fix typo in docstring.

Date: Mon Apr  5 02:27:36 2004
Author: lgorrie

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.157 slime/swank.lisp:1.158
--- slime/swank.lisp:1.157	Mon Apr  5 02:18:43 2004
+++ slime/swank.lisp	Mon Apr  5 02:27:35 2004
@@ -1126,16 +1126,16 @@
 	(prin1-to-string (eval form))))))
 
 (defvar *swank-pprint-circle* *print-circle*
-  "*PRINT-CIRCLE* is bound to this volue when pretty printing slime output.")
+  "*PRINT-CIRCLE* is bound to this value when pretty printing slime output.")
 
 (defvar *swank-pprint-escape* *print-escape*
-  "*PRINT-ESCAPE* is bound to this volue when pretty printing slime output.")
+  "*PRINT-ESCAPE* is bound to this value when pretty printing slime output.")
 
 (defvar *swank-pprint-level* *print-level*
-  "*PRINT-LEVEL* is bound to this volue when pretty printing slime output.")
+  "*PRINT-LEVEL* is bound to this value when pretty printing slime output.")
 
 (defvar *swank-pprint-length* *print-length*
-  "*PRINT-LENGTH* is bound to this volue when pretty printing slime output.")
+  "*PRINT-LENGTH* is bound to this value when pretty printing slime output.")
 
 (defun swank-pprint (list)
   "Bind some printer variables and pretty print each object in LIST."





More information about the slime-cvs mailing list