[slime-cvs] CVS update: slime/swank-backend.lisp
Helmut Eller
heller at common-lisp.net
Tue Apr 19 20:18:37 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv15844
Modified Files:
swank-backend.lisp
Log Message:
Fix some typos.
Date: Tue Apr 19 22:18:36 2005
Author: heller
Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.83 slime/swank-backend.lisp:1.84
--- slime/swank-backend.lisp:1.83 Sat Mar 12 02:48:47 2005
+++ slime/swank-backend.lisp Tue Apr 19 22:18:36 2005
@@ -471,7 +471,7 @@
(definterface disassemble-frame (frame-number)
"Disassemble the code for the FRAME-NUMBER.
The output should be written to standard output.
-FRAME-NUMBER is a non-negative interger.")
+FRAME-NUMBER is a non-negative integer.")
(definterface eval-in-frame (form frame-number)
"Evaluate a Lisp form in the lexical context of a stack frame
@@ -701,7 +701,7 @@
,(with-output-to-string (desc)
(describe object desc)))))
-;;; Utilities to for inspector methods.
+;;; Utilities for inspector methods.
;;;
(defun label-value-line (label value)
"Create a control list which prints \"LABEL: VALUE\" in the inspector."
@@ -793,8 +793,7 @@
"Send OBJECT to thread THREAD.")
(definterface receive ()
- "Return the next message from current thread's mailbox."
- nil)
+ "Return the next message from current thread's mailbox.")
(definterface toggle-trace (spec)
"Toggle tracing of the function(s) given with SPEC.
More information about the slime-cvs
mailing list