diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:10:11 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:10:11 -0500 |
commit | 76447c3512f083a11e716d10ade774ade929b2dd (patch) | |
tree | 9c922704e2f46615d10eaee21d5a2bf9b59f6810 /gdk/gdkkeys.c | |
parent | a3bad427c7b63357db3d02aa39a291d47af63f6f (diff) | |
download | gtk+-76447c3512f083a11e716d10ade774ade929b2dd.tar.gz |
docs: use quotes instead of <firstterm>
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r-- | gdk/gdkkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c index 568cf3a0ad..da5664c6a8 100644 --- a/gdk/gdkkeys.c +++ b/gdk/gdkkeys.c @@ -65,7 +65,7 @@ * as a representation of a symbol printed on a physical keyboard key. That is, it * contains three pieces of information. First, it contains the hardware keycode; * this is an identifying number for a physical key. Second, it contains the - * <firstterm>level</firstterm> of the key. The level indicates which symbol on the + * “level” of the key. The level indicates which symbol on the * key will be used, in a vertical direction. So on a standard US keyboard, the key * with the number "1" on it also has the exclamation point ("!") character on * it. The level indicates whether to use the "1" or the "!" symbol. The letter |