summaryrefslogtreecommitdiff
path: root/doc/ref/api-options.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-06-23 23:40:23 +0000
committerKevin Ryde <user42@zip.com.au>2005-06-23 23:40:23 +0000
commitbfc083ec6cdbecca0ef815534559877e37b1a43e (patch)
treeaea82778cad88463655ff3f45a93278c4e2b2939 /doc/ref/api-options.texi
parentc929c39d5d7ada6f7ab0f5a0ef9efb5dc11b746f (diff)
downloadguile-bfc083ec6cdbecca0ef815534559877e37b1a43e.tar.gz
(Debugger options): Cross reference new Tail Calls
node rather than R5RS on tail recursion.
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r--doc/ref/api-options.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi
index df9315552..9d65b590f 100644
--- a/doc/ref/api-options.texi
+++ b/doc/ref/api-options.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -647,9 +647,8 @@ the maximum stack size, use @code{debug-set!}, for example:
@end lisp
If you prefer to try rewriting your code, you may be able to save stack
-space by making some of your procedures @dfn{tail recursive}. For a
-description of what this means, see @ref{Proper tail
-recursion,,,r5rs,The Revised^5 Report on Scheme}.
+space by making some of your procedures @dfn{tail recursive}
+(@pxref{Tail Calls}).
@node Examples of option use