diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:32:42 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:32:42 -0500 |
commit | 56f76214b771e2e710080bb4fc68d30c2fcc6328 (patch) | |
tree | c1c7850dab50d52a98d6a17b835b7d1fa4dd377b /gtk | |
parent | d81e4edbd14b9e0aa3fc85b1a4e94c2b6d6cb2f7 (diff) | |
download | gtk+-56f76214b771e2e710080bb4fc68d30c2fcc6328.tar.gz |
docs: don't use <varnam>
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkactionmuxer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkactionmuxer.c b/gtk/gtkactionmuxer.c index 52b788f901..2915c296e7 100644 --- a/gtk/gtkactionmuxer.c +++ b/gtk/gtkactionmuxer.c @@ -650,8 +650,8 @@ gtk_action_muxer_class_init (GObjectClass *class) * * Adds the actions in @action_group to the list of actions provided by * @muxer. @prefix is prefixed to each action name, such that for each - * action <varname>x</varname> in @action_group, there is an equivalent - * action @prefix`.`<varname>x</varname> in @muxer. + * action `x` in @action_group, there is an equivalent + * action @prefix`.x` in @muxer. * * For example, if @prefix is "`app`" and @action_group * contains an action called "`quit`", then @muxer will |