From ad6d7f2e12d236d2ecb107df2bdfdfe09ebe4855 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 30 Aug 2009 17:55:22 +0400 Subject: [PATCH] Minor doc modification --- doc/gtk.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gtk.texi b/doc/gtk.texi index 9444478..90ce981 100644 --- a/doc/gtk.texi +++ b/doc/gtk.texi @@ -238,7 +238,7 @@ Type: \type\ @code{cl-gtk2} is the GUI library for Common Lisp. @code{cl-gtk2} is based on @uref{http://www.gtk.org/,,Gtk+} GUI library and is Common Lisp binding for it. @code{cl-gtk2} allows you to create graphical user interfaces for Common Lisp applications. -As @code{Gtk+} is based on object system GObject, @code{cl-gtk2} is based on a binding to this object system called @uref{../gobject/index.html,,cl-gtk2-gobject}. +As @code{Gtk+} is based on object system GObject, @code{cl-gtk2} is based on a binding to this object system called @code{cl-gtk2-gobject}. @code{cl-gtk2} provides a thin wrapper around @code{Gtk+} functionality, mostly retaining the same set of classes, properties and methods. -- 1.7.10.4