summaryrefslogtreecommitdiff
path: root/gdk/gdkselection.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:10:11 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-04 18:10:11 -0500
commit76447c3512f083a11e716d10ade774ade929b2dd (patch)
tree9c922704e2f46615d10eaee21d5a2bf9b59f6810 /gdk/gdkselection.c
parenta3bad427c7b63357db3d02aa39a291d47af63f6f (diff)
downloadgtk+-76447c3512f083a11e716d10ade774ade929b2dd.tar.gz
docs: use quotes instead of <firstterm>
Diffstat (limited to 'gdk/gdkselection.c')
-rw-r--r--gdk/gdkselection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c
index cfd88a1882..28f46f8d63 100644
--- a/gdk/gdkselection.c
+++ b/gdk/gdkselection.c
@@ -36,14 +36,14 @@
* @Title: Selections
*
* The X selection mechanism provides a way to transfer arbitrary chunks of
- * data between programs. A <firstterm>selection</firstterm> is a essentially
+ * data between programs. A “selection” is a essentially
* a named clipboard, identified by a string interned as a #GdkAtom. By
* claiming ownership of a selection, an application indicates that it will
* be responsible for supplying its contents. The most common selections are
* <literal>PRIMARY</literal> and <literal>CLIPBOARD</literal>.
*
* The contents of a selection can be represented in a number of formats,
- * called <firstterm>targets</firstterm>. Each target is identified by an atom.
+ * called “targets”. Each target is identified by an atom.
* A list of all possible targets supported by the selection owner can be
* retrieved by requesting the special target <literal>TARGETS</literal>. When
* a selection is retrieved, the data is accompanied by a type (an atom), and