From 663f34000c8e19cc7b40f2424378cad0b0c31808 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Wed, 4 Jan 2012 16:02:51 +0900 Subject: [PATCH] Escaping "@" in documentation. --- lib/chibi/repl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/repl.scm b/lib/chibi/repl.scm index 14d2de40..34366c0b 100644 --- a/lib/chibi/repl.scm +++ b/lib/chibi/repl.scm @@ -74,7 +74,7 @@ ;;> ;;> REPL commands in the style of @hyperlink["http://s48.org/"]{Scheme48} ;;> are available to control out-of-band properties. By default a command -;;> is written as an identifier beginning with an "@" character (which +;;> is written as an identifier beginning with an "@"@"" character (which ;;> would not be a portable identifier), but this can be customized with ;;> the @scheme{escape:} keyword. The following commands are available: ;;>