Kaydet (Commit) 6300da58 authored tarafından Nick Treleaven's avatar Nick Treleaven

Add comment for editor_read_word_stem().


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3373 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 6a27ca2d
......@@ -1218,6 +1218,7 @@ void editor_find_current_word(GeanyEditor *editor, gint pos, gchar *word, size_t
}
/* Read the word up to position @a pos. */
static const gchar *
editor_read_word_stem(GeanyEditor *editor, gint pos, const gchar *wordchars)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment