From 0ddbd88321fbddb581f642eea12bd713555d2f87 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 9 Jul 2010 18:39:15 +0200 Subject: [PATCH] fix up a repl command docstring * module/system/repl/command.scm (procedure): Fix up docstring. --- module/system/repl/command.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm index bf8e0b268..54a9ef512 100644 --- a/module/system/repl/command.scm +++ b/module/system/repl/command.scm @@ -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) -- 2.20.1