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:
parent
97b3800e88
commit
0ddbd88321
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue