summaryrefslogtreecommitdiff
path: root/doc/ref/compiler.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/compiler.texi')
-rw-r--r--doc/ref/compiler.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi
index c54123a9b..18830995c 100644
--- a/doc/ref/compiler.texi
+++ b/doc/ref/compiler.texi
@@ -709,7 +709,7 @@ to play around with it at the REPL, as can be seen in this annotated
example:
@example
-scheme@@(guile-user)> (pp (compile '(+ 32 10) #:to 'assembly))
+scheme@@(guile-user)> ,pp (compile '(+ 32 10) #:to 'assembly)
(load-program
((:LCASE16 . 2)) ; Labels, unused in this case.
8 ; Length of the thunk that was compiled.