summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-08 23:37:01 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-08 23:37:01 -0400
commitd5aab484236f2d8e581e5bfc631da3a0e7dfa422 (patch)
tree770f40fa7a03eb19869423ea57a4d58a688d2ec7
parent0e8967128275c2b4667650f8ebd70b1f0f07d9cf (diff)
downloadpango-d5aab484236f2d8e581e5bfc631da3a0e7dfa422.tar.gz
docs: Cosmetics
No need to link a function to itself.
-rw-r--r--pango/pango-layout.c5
1 files changed, 2 insertions, 3 deletions
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,