summaryrefslogtreecommitdiff
path: root/doc/ref/libguile-program.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-06-23 00:07:00 +0000
committerKevin Ryde <user42@zip.com.au>2005-06-23 00:07:00 +0000
commit4906d8bd2053cc763a6bb30a87c059cd58613014 (patch)
tree0f5207c4dbaef5d3f1eb53a83af624b68c3b2d5b /doc/ref/libguile-program.texi
parent51ee57a435076b827d2de87458f53de45902c44f (diff)
downloadguile-4906d8bd2053cc763a6bb30a87c059cd58613014.tar.gz
(Extending Dia): URL for Dia home page.
Diffstat (limited to 'doc/ref/libguile-program.texi')
-rw-r--r--doc/ref/libguile-program.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/ref/libguile-program.texi b/doc/ref/libguile-program.texi
index 6a300857b..819f97a12 100644
--- a/doc/ref/libguile-program.texi
+++ b/doc/ref/libguile-program.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.
@@ -38,7 +38,8 @@ available.
@subsection How One Might Extend Dia Using Guile
Dia is a free software program for drawing schematic diagrams like flow
-charts and floor plans (REFFIXME). This section conducts the thought
+charts and floor plans (@uref{http://www.gnome.org/projects/dia/}).
+This section conducts the thought
experiment of adding Guile to Dia. In so doing, it aims to illustrate
several of the steps and considerations involved in adding Guile to
applications in general.
@@ -780,3 +781,8 @@ developing a new application of your own using some of the primitive
functionality provided by the original application. As such, all the
discussions of the preceding sections of this chapter are relevant to
how you can proceed with developing your extension.
+
+
+@c Local Variables:
+@c TeX-master: "guile.texi"
+@c End: