diff options
author | Andy Wingo <wingo@pobox.com> | 2010-08-06 12:27:11 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-08-06 12:27:11 +0200 |
commit | ca290a89f3109f125f1eb6eeea066053d4b52e95 (patch) | |
tree | 19390d8ac252a3eb02ca2ec09eafd9edc3e9c54e /doc/ref/scheme-using.texi | |
parent | 69724dde0aaa00e356502554c6bb587c1088563b (diff) | |
download | guile-ca290a89f3109f125f1eb6eeea066053d4b52e95.tar.gz |
only one Value History section
* doc/ref/repl-modules.texi: Remove section on Value History, it's
covered in scheme-using.
* doc/ref/scheme-using.texi: Rename "Value Historyx" section to "Value
History".
* doc/ref/guile.texi: Update xref.
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index cf4e23010..e07b1481a 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -36,7 +36,7 @@ support for languages other than Scheme. @menu * Readline:: -* Value Historyx:: +* Value History:: * REPL Commands:: * Error Handling:: * Interactive Debugging:: @@ -63,7 +63,7 @@ starts up interactively, so anything in this file has the same effect as if you type it in by hand at the ``scheme@@(guile-user)>'' prompt. -@node Value Historyx +@node Value History @subsection Value History Just as Readline helps you to reuse a previous input line, @dfn{value |