From d5aab484236f2d8e581e5bfc631da3a0e7dfa422 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Aug 2021 23:37:01 -0400 Subject: docs: Cosmetics No need to link a function to itself. --- pango/pango-layout.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pango/pango-layout.c') diff --git a/pango/pango-layout.c b/pango/pango-layout.c index bf9be496..557f16f5 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -2001,9 +2001,8 @@ pango_layout_line_get_cursors (PangoLayoutLine *line, * of a run. * * Motion here is in cursor positions, not in characters, so a single - * call to [method@Pango.Layout.move_cursor_visually] may move the cursor - * over multiple characters when multiple characters combine to form a - * single grapheme. + * call to this function may move the cursor over multiple characters + * when multiple characters combine to form a single grapheme. */ void pango_layout_move_cursor_visually (PangoLayout *layout, -- cgit v1.2.1