summaryrefslogtreecommitdiff
path: root/doc/ref/libguile-program.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/libguile-program.texi')
-rw-r--r--doc/ref/libguile-program.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/libguile-program.texi b/doc/ref/libguile-program.texi
index 92901c781..2c30d246e 100644
--- a/doc/ref/libguile-program.texi
+++ b/doc/ref/libguile-program.texi
@@ -684,7 +684,7 @@ If this approach is not enough, because the functionality that your
application needs is not already available in this form, and it is
impossible to write the new functionality in Scheme, you will need to
write some C code. If the required function is already available in C
-(e.g. in a library), all you need is a little glue to connect it to the
+(e.g.@: in a library), all you need is a little glue to connect it to the
world of Guile. If not, you need both to write the basic code and to
plumb it into Guile.