Use proper quotes in gdk

This commit is contained in:
William Jon McCann
2014-02-05 14:50:22 -05:00
parent 2a45418b67
commit 47469eb296
15 changed files with 59 additions and 59 deletions

View File

@ -46,9 +46,9 @@ typedef struct _GdkKeymapKey GdkKeymapKey;
* characters, and in group 1 it might have two Hebrew characters. The Hebrew
* characters will be printed on the key next to the English characters.
* @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
* 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 keys are considered to have a lowercase
* the “1” or the “!” symbol. The letter keys are considered to have a lowercase
* letter at level 0, and an uppercase letter at level 1, though only the
* uppercase letter is printed.
*