diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 048e89182a..70ddfda1aa 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -72,6 +72,7 @@ * * * + * * * File Names and Encodings * When the user is finished selecting files in a @@ -322,7 +323,7 @@ * * * You can create your own bindings for the - * GtkFileChooserDefault::location-popup signal with custom + * #GtkFileChooserDefault::location-popup signal with custom * path strings, and have a crude form * of easily-to-type bookmarks. For example, say you access * the path /home/username/misc very @@ -503,7 +504,7 @@ * * * - * bookmark_indes : + * bookmark_index : * * * index of the bookmark to switch to; the indices start at 0.