diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c index cf32e019f9..32c70c9c77 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -1440,14 +1440,14 @@ out: * modifier mask, %NULL * * Parses a string representing an accelerator. The format looks like - * “a” or “F1” or “z” (the last one is + * `a` or `F1` or `z` (the last one is * for key release). * * The parser is fairly liberal and allows lower or upper case, and also - * abbreviations such as “” and “”. Key names are parsed using + * abbreviations such as `` and ``. Key names are parsed using * gdk_keyval_from_name(). For character keys the name is not the symbol, - * but the lowercase name, e.g. one would use “minus” instead of - * “-”. + * but the lowercase name, e.g. one would use `minus` instead of + * `-`. * * If the parse fails, @accelerator_key and @accelerator_mods will * be set to 0 (zero).