diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-11-24 22:17:13 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-11-24 22:17:13 +0000 |
commit | 8c3b23b3aa762b7031589218a8c6a3fe1dd732d7 (patch) | |
tree | aaeb690d31cb02fcf54c061f1bf60284556bda58 /doc/ref/tools.texi | |
parent | 6117838eb1b1977432bb34196bd2dda3ba437b03 (diff) | |
download | guile-8c3b23b3aa762b7031589218a8c6a3fe1dd732d7.tar.gz |
(Macros guile-snarf recognizes): Correction to GOOPS cross reference.
Diffstat (limited to 'doc/ref/tools.texi')
-rw-r--r-- | doc/ref/tools.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/tools.texi b/doc/ref/tools.texi index 92fda23c0..738db5a25 100644 --- a/doc/ref/tools.texi +++ b/doc/ref/tools.texi @@ -226,8 +226,8 @@ is a expression suitable for initializing a new variable. For procedures, you can use @code{SCM_DEFINE} for most purposes. Use @code{SCM_PROC} along with @code{SCM_REGISTER_PROC} when you don't want to be bothered with docstrings. Use @code{SCM_GPROC} for generic -functions (@pxref{GOOPS,,,goops}). All procedures are declared with -return type @code{SCM}. +functions (@pxref{Creating Generic Functions,,, goops, GOOPS}). All +procedures are declared with return type @code{SCM}. For everything else, use the appropriate macro (@code{SCM_SYMBOL} for symbols, and so on). Without "_GLOBAL_", the declarations are |