diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 19:29:00 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 19:29:00 -0500 |
commit | 2c4431e6baa0a0b594d1aea1711abd4611699cbd (patch) | |
tree | 4190dfb5dfdd364658781a25918f4d4502708393 /gtk/gtkscrollbar.c | |
parent | 8ad75bdfff5c13db4bf1cd8b2b838ffb2e21823d (diff) | |
download | gtk+-2c4431e6baa0a0b594d1aea1711abd4611699cbd.tar.gz |
docs: don't use <keycap> tags
Diffstat (limited to 'gtk/gtkscrollbar.c')
-rw-r--r-- | gtk/gtkscrollbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 63cdf381cd..ecd4c7ea17 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -50,7 +50,7 @@ * scrollable area. The #GtkAdjustment:step-increment and * #GtkAdjustment:page-increment fields are properties when the user asks to * step down (using the small stepper arrows) or page down (using for - * example the <keycap>PageDown</keycap> key). + * example the `Page Down` key). */ |