summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-07-09 18:39:15 +0200
committerAndy Wingo <wingo@pobox.com>2010-07-09 18:39:15 +0200
commit0ddbd88321fbddb581f642eea12bd713555d2f87 (patch)
treeda2844323e05a367d96205076f18676c1e578b04
parent97b3800e881887eb6b344a6be6f49f123edb1000 (diff)
downloadguile-0ddbd88321fbddb581f642eea12bd713555d2f87.tar.gz
fix up a repl command docstring
* module/system/repl/command.scm (procedure): Fix up docstring.
-rw-r--r--module/system/repl/command.scm4
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)