diff options
author | Andy Wingo <wingo@pobox.com> | 2010-07-10 11:38:47 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-07-10 11:38:47 +0200 |
commit | dc3b2661183786587350b19b97aefeec556cc54e (patch) | |
tree | 2a395c50117f1d6bede3e9082a695e71f772d5c7 /doc/ref/compiler.texi | |
parent | c27d140ab4a5e5f6aad5a6e3912d06fb074358aa (diff) | |
download | guile-dc3b2661183786587350b19b97aefeec556cc54e.tar.gz |
update manual for value history on by default
* doc/ref/compiler.texi: Update for new ,pp meta-command.
* doc/ref/scheme-using.texi (Using Guile Interactively): Show value
history in examples.
(Value Historyx): Update docs to mention the repl option and the
programmatic interface.
Diffstat (limited to 'doc/ref/compiler.texi')
-rw-r--r-- | doc/ref/compiler.texi | 2 |
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. |