fix up a repl command docstring
authorAndy Wingo <wingo@pobox.com>
Fri, 9 Jul 2010 16:39:15 +0000 (18:39 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 9 Jul 2010 16:39:15 +0000 (18:39 +0200)
* module/system/repl/command.scm (procedure): Fix up docstring.

module/system/repl/command.scm

index bf8e0b2..54a9ef5 100644 (file)
@@ -550,9 +550,7 @@ With an argument, select a frame by index, then show it."
 
 (define-stack-command (procedure repl)
   "procedure
-Print the procedure for the selected frame.
-
-Foo."
+Print the procedure for the selected frame."
   (repl-print repl (frame-procedure cur)))
       
 (define-stack-command (locals repl)