SF.net SVN: geany:[3373] trunk/src/editor.c

ntrel at users.sourceforge.net ntrel at xxxxx
Fri Dec 12 13:32:13 UTC 2008


Revision: 3373
          http://geany.svn.sourceforge.net/geany/?rev=3373&view=rev
Author:   ntrel
Date:     2008-12-12 13:32:13 +0000 (Fri, 12 Dec 2008)

Log Message:
-----------
Add comment for editor_read_word_stem().

Modified Paths:
--------------
    trunk/src/editor.c

Modified: trunk/src/editor.c
===================================================================
--- trunk/src/editor.c	2008-12-11 19:21:08 UTC (rev 3372)
+++ trunk/src/editor.c	2008-12-12 13:32:13 UTC (rev 3373)
@@ -1218,6 +1218,7 @@
 }
 
 
+/* Read the word up to position @a pos. */
 static const gchar *
 editor_read_word_stem(GeanyEditor *editor, gint pos, const gchar *wordchars)
 {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list