From a22358c0c0ed5d9c946816c4212d534ef5f6f378 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 4 Feb 2014 18:21:13 -0500 Subject: docs: use ` instead of --- gtk/gtkentrycompletion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkentrycompletion.h') diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h index a3fe584862..fd49aecdda 100644 --- a/gtk/gtkentrycompletion.h +++ b/gtk/gtkentrycompletion.h @@ -54,7 +54,7 @@ typedef struct _GtkEntryCompletionPrivate GtkEntryCompletionPrivate; * Note that @key is normalized and case-folded (see g_utf8_normalize() * and g_utf8_casefold()). If this is not appropriate, match functions * have access to the unmodified key via - * gtk_entry_get_text (GTK_ENTRY (gtk_entry_completion_get_entry ())). + * `gtk_entry_get_text (GTK_ENTRY (gtk_entry_completion_get_entry ()))`. * * Returns: %TRUE if @iter should be displayed as a possible completion * for @key -- cgit v1.2.1