emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104520: * fns.c (Fputhash): Document


From: Daniel Colascione
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104520: * fns.c (Fputhash): Document return value.
Date: Mon, 06 Jun 2011 18:39:26 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104520
committer: Daniel Colascione <address@hidden>
branch nick: trunk
timestamp: Mon 2011-06-06 18:39:26 -0700
message:
  * fns.c (Fputhash): Document return value.
modified:
  src/ChangeLog
  src/fns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-06-06 21:03:43 +0000
+++ b/src/ChangeLog     2011-06-07 01:39:26 +0000
@@ -1,3 +1,7 @@
+2011-06-07  Daniel Colascione  <address@hidden>
+
+       * fns.c (Fputhash): Document return value.
+
 2011-06-06  Chong Yidong  <address@hidden>
 
        * image.c (gif_load): Implement gif89a spec "no disposal" method.

=== modified file 'src/fns.c'
--- a/src/fns.c 2011-05-31 06:05:00 +0000
+++ b/src/fns.c 2011-06-07 01:39:26 +0000
@@ -4469,7 +4469,7 @@
 DEFUN ("puthash", Fputhash, Sputhash, 3, 3, 0,
        doc: /* Associate KEY with VALUE in hash table TABLE.
 If KEY is already present in table, replace its current value with
-VALUE.  */)
+VALUE.  In any case, return VALUE.  */)
   (Lisp_Object key, Lisp_Object value, Lisp_Object table)
 {
   struct Lisp_Hash_Table *h = check_hash_table (table);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]