1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 14:50:19 +02:00

fix up a repl command docstring

* module/system/repl/command.scm (procedure): Fix up docstring.
This commit is contained in:
Andy Wingo 2010-07-09 18:39:15 +02:00
parent 97b3800e88
commit 0ddbd88321

View file

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