diff --git a/doc/cookbook/textures.xml b/doc/cookbook/textures.xml
index f839edb33..410eddfb6 100644
--- a/doc/cookbook/textures.xml
+++ b/doc/cookbook/textures.xml
@@ -5,14 +5,25 @@
Textures
- the author of the epigraph
- a short epigraph
+ Antoine de Saint-Exupery
+ A rock pile ceases to be a rock pile the moment a single man
+ contemplates it, bearing within him the image of a cathedral.
Introduction
- introduction
+ Textures are one of the most important actors in Clutter. Whether
+ they are employed as the background for a user interface control, or
+ to show the picture of a kitten, a big part of any Clutter-based
+ application is going to involve textures.
+
+ A ClutterTexture is an actor that can hold any raw image data and
+ paint it. ClutterTexture can also load image data from a file on disk and
+ convert it.
+
+ The actual formats supported by ClutterTexture depend on the
+ platform on which Clutter is being used.