From 86b85dce70f23c0e1bfa20455aefe01deb36779d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Tue, 18 Nov 2008 20:14:58 +0000 Subject: [PATCH] Fix doc comment. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3251 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- src/sciwrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sciwrappers.c b/src/sciwrappers.c index e71b4eaa..62a463db 100644 --- a/src/sciwrappers.c +++ b/src/sciwrappers.c @@ -995,7 +995,7 @@ void sci_indicator_fill(ScintillaObject *sci, gint pos, gint len) * Clear a range of text from the currently set indicator. * Starting at @a pos, @a len characters long. * In order to make this function properly, you need to set the current indicator before with - * @ref sci_set_indicator(). + * @ref sci_indicator_set(). * * @param sci Scintilla widget. * @param pos Starting position.