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.
This commit is contained in:
Andy Wingo 2010-07-10 11:38:47 +02:00
commit dc3b266118
2 changed files with 44 additions and 10 deletions

View file

@ -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.