1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

Fix typo in scheme-using.texi

* doc/ref/scheme-using.texi (System Commands): Fix typo.
This commit is contained in:
Ian Price 2012-09-19 17:40:17 +01:00 committed by Mark H Weaver
parent 591065954c
commit ead2496f73

View file

@ -457,7 +457,7 @@ show a short error printout.
Default values for REPL options may be set using
@code{repl-default-option-set!} from @code{(system repl common)}:
@deffn {Scheme Procedure} repl-set-default-option! key value
@deffn {Scheme Procedure} repl-default-option-set! key value
Set the default value of a REPL option. This function is particularly
useful in a user's init file. @xref{Init File}.
@end deffn