From 76447c3512f083a11e716d10ade774ade929b2dd Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 4 Feb 2014 18:10:11 -0500 Subject: docs: use quotes instead of --- gdk/gdkselection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdk/gdkselection.c') 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 selection 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 * PRIMARY and CLIPBOARD. * * The contents of a selection can be represented in a number of formats, - * called targets. 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 TARGETS. When * a selection is retrieved, the data is accompanied by a type (an atom), and -- cgit v1.2.1