1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +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)
"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)