One more
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 10 Nov 2007 01:47:51 +0000 (01:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 10 Nov 2007 01:47:51 +0000 (01:47 +0000)
svn path=/trunk/; revision=5853

ChangeLog
glib/gkeyfile.c

index 9faca03..47bc64c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2007-11-09  Matthias Clasen <mclasen@redhat.com>
 
        * glib/gkeyfile.c: Coding style cleanups and doc 
-       improvements.  (#491979, Areg Beketovski)
+       improvements.  (#491979, #491982, Areg Beketovski)
 
 2007-11-09  Matthias Clasen <mclasen@redhat.com>
 
index a655eb5..971b32b 100644 (file)
@@ -2864,9 +2864,9 @@ g_key_file_get_comment (GKeyFile     *key_file,
  * @error: return location for a #GError
  *
  * Removes a comment above @key from @group_name.
- * If @key is %NULL then @comment will be written above @group_name. 
+ * If @key is %NULL then @comment will be removed above @group_name. 
  * If both @key and @group_name are %NULL, then @comment will
- * be written above the first group in the file.
+ * be removed above the first group in the file.
  *
  * Returns: %TRUE if the comment was removed, %FALSE otherwise
  *