diff --git a/docs/reference/gtk/migrating-2to3.xml b/docs/reference/gtk/migrating-2to3.xml
index 9db760ae00..64278b1fa0 100644
--- a/docs/reference/gtk/migrating-2to3.xml
+++ b/docs/reference/gtk/migrating-2to3.xml
@@ -82,9 +82,8 @@
Over the years, a number of functions, and in some cases, entire
widgets have been deprecated. These deprecations are clearly spelled
out in the API reference, with hints about the recommended replacements.
- The API reference also includes an
- index of all deprecated
- symbols.
+ The API reference for GTK+ 2 also includes an
+ index of all deprecated symbols.
To verify that your program does not use any deprecated symbols,
@@ -92,14 +91,14 @@
as follows:
make CFLAGS+="-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
-
+
Note that some parts of our API, such as enumeration values, are
not well covered by the deprecation warnings. In most cases, using
them will require you to also use deprecated functions, which will
trigger warnings. But some things, like the %GTK_DIALOG_NO_SEPARATOR
- flag that has disappeared in GTK+ 3, may not.
+ flag that has disappeared in GTK+ 3, may not.