carbon2-commit: Document return values for #'puthash, #'clrhash.

Aidan Kehoe aidan-guest at alioth.debian.org
Sat Apr 5 08:42:33 EDT 2008


changeset:   4429:aae1994dfeec98b2f207acb6e9682209b7f0c67b
user:        Aidan Kehoe <kehoea at parhasard.net>
date:        Mon Jan 21 22:12:36 2008 +0100
files:       src/ChangeLog src/elhash.c
description:
Document return values for #'puthash, #'clrhash.

2008-01-21  Aidan Kehoe  <kehoea at parhasard.net>

	* elhash.c (Fputhash): Document the return value.
	(Fclrhash): Ditto.


diff -r 3ff01259c4a26143b328b31da55afa0914836cf5 -r aae1994dfeec98b2f207acb6e9682209b7f0c67b src/ChangeLog
--- a/src/ChangeLog	Mon Jan 21 16:26:36 2008 +0100
+++ b/src/ChangeLog	Mon Jan 21 22:12:36 2008 +0100
@@ -1,3 +1,8 @@ 2007-12-26  Aidan Kehoe  <kehoea at parhasa
+2008-01-21  Aidan Kehoe  <kehoea at parhasard.net>
+
+	* elhash.c (Fputhash): Document the return value. 
+	(Fclrhash): Ditto. 
+
 2007-12-26  Aidan Kehoe  <kehoea at parhasard.net>
 
 	* casetab.c:
diff -r 3ff01259c4a26143b328b31da55afa0914836cf5 -r aae1994dfeec98b2f207acb6e9682209b7f0c67b src/elhash.c
--- a/src/elhash.c	Mon Jan 21 16:26:36 2008 +0100
+++ b/src/elhash.c	Mon Jan 21 22:12:36 2008 +0100
@@ -1158,7 +1158,7 @@ If there is no corresponding value, retu
 }
 
 DEFUN ("puthash", Fputhash, 3, 3, 0, /*
-Hash KEY to VALUE in HASH-TABLE.
+Hash KEY to VALUE in HASH-TABLE, and return VALUE. 
 */
        (key, value, hash_table))
 {
@@ -1222,6 +1222,7 @@ Return non-nil if an entry was removed.
 
 DEFUN ("clrhash", Fclrhash, 1, 1, 0, /*
 Remove all entries from HASH-TABLE, leaving it empty.
+Return HASH-TABLE.
 */
        (hash_table))
 {




More information about the XEmacs-Patches mailing list