diff options
-rw-r--r-- | module/system/repl/command.scm | 4 |
1 files changed, 1 insertions, 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) |