docs: use proper quotes

This commit is contained in:
William Jon McCann
2014-02-05 13:07:34 -05:00
parent c3dfb17031
commit 2a45418b67
141 changed files with 668 additions and 668 deletions

View File

@ -163,7 +163,7 @@ gtk_action_observer_action_removed (GtkActionObserver *observer,
* @observer: a #GtkActionObserver
* @observable: the source of the event
* @action_name: the name of the action
* @action_and_target: detailed action of the changed accel, in "action and target" format
* @action_and_target: detailed action of the changed accel, in action and target format
*
* This function is called when an action that the observer is
* registered to receive events for has one of its accelerators changed.