summaryrefslogtreecommitdiff
path: root/src/plugins/guile/weechat-guile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/guile/weechat-guile.c')
-rw-r--r--src/plugins/guile/weechat-guile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/guile/weechat-guile.c b/src/plugins/guile/weechat-guile.c
index f29a625ee..77af713de 100644
--- a/src/plugins/guile/weechat-guile.c
+++ b/src/plugins/guile/weechat-guile.c
@@ -190,7 +190,7 @@ weechat_guile_hashtable_map_cb (void *data,
}
/*
- * Gets guile alist with a WeeChat hashtable.
+ * Converts a WeeChat hashtable to a guile alist.
*/
SCM
@@ -208,7 +208,7 @@ weechat_guile_hashtable_to_alist (struct t_hashtable *hashtable)
}
/*
- * Gets WeeChat hashtable with guile alist.
+ * Converts a guile alist to a WeeChat hashtable.
*
* Note: hashtable must be free after use.
*/