summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-28 01:54:48 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-28 02:02:05 -0500
commit2d003553e89f417263806eac9814397a0dc151c6 (patch)
tree2696c66abdaae27ef116361e28c7bd67f3867765 /gdk/gdkkeys.c
parent5d053e03a9b9164d96e7b4645b94090be0412307 (diff)
downloadgtk+-2d003553e89f417263806eac9814397a0dc151c6.tar.gz
docs: don't use <emphasis>
It is a little heavy handed. The text can speak for itself.
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r--gdk/gdkkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c
index 8b1fc0844b..f29303f3ac 100644
--- a/gdk/gdkkeys.c
+++ b/gdk/gdkkeys.c
@@ -529,7 +529,7 @@ gdk_keymap_lookup_key (GdkKeymap *keymap,
* used in the keymap, since, for instance, <literal>&lt;Control&gt;</literal>
* would be masked out even if only <literal>&lt;Control&gt;&lt;Alt&gt;</literal>
* was used in the keymap. To support this usage as well as well as
- * possible, all <emphasis>single modifier</emphasis> combinations
+ * possible, all single modifier combinations
* that could affect the key for any combination of modifiers will
* be returned in @consumed_modifiers; multi-modifier combinations
* are returned only when actually found in @state. When you store