Fix typo in scheme-using.texi
authorIan Price <ianprice90@googlemail.com>
Wed, 19 Sep 2012 16:40:17 +0000 (17:40 +0100)
committerMark H Weaver <mhw@netris.org>
Thu, 18 Oct 2012 04:12:33 +0000 (00:12 -0400)
* doc/ref/scheme-using.texi (System Commands): Fix typo.

doc/ref/scheme-using.texi

index 3d43913..7eb84de 100644 (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