summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicemanager.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/gdkdevicemanager.c
parenta3bad427c7b63357db3d02aa39a291d47af63f6f (diff)
downloadgtk+-76447c3512f083a11e716d10ade774ade929b2dd.tar.gz
docs: use quotes instead of <firstterm>
Diffstat (limited to 'gdk/gdkdevicemanager.c')
-rw-r--r--gdk/gdkdevicemanager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkdevicemanager.c b/gdk/gdkdevicemanager.c
index 171aa3acbb..80a3f0b146 100644
--- a/gdk/gdkdevicemanager.c
+++ b/gdk/gdkdevicemanager.c
@@ -58,7 +58,7 @@
* Otherwise either the core or XInput 1 implementations will be used.
*
* For simple applications that don't have any special interest in
- * input devices, the so-called <firstterm>client pointer</firstterm>
+ * input devices, the so-called “client pointer”
* provides a reasonable approximation to a simple setup with a single
* pointer and keyboard. The device that has been set as the client
* pointer can be accessed via gdk_device_manager_get_client_pointer().
@@ -124,7 +124,7 @@
* changes, the #GdkDevice:n-axes property will be notified, and
* gdk_device_list_axes() will return the new device axes.
*
- * Devices may also have associated <firstterm>keys</firstterm> or
+ * Devices may also have associated “keys” or
* macro buttons. Such keys can be globally set to map into normal X
* keyboard events. The mapping is set using gdk_device_set_key().
*/