* buffer.c (Foverlay_put): Say what the return value is
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 4 Jul 2011 15:32:22 +0000 (17:32 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 4 Jul 2011 15:32:22 +0000 (17:32 +0200)
(bug#7835).

src/ChangeLog
src/buffer.c

index 4e2658f..70f6fb7 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * buffer.c (Foverlay_put): Say what the return value is
+       (bug#7835).
+
        * fileio.c (barf_or_query_if_file_exists): Check first if the file
        is a directory before asking whether to use the file name
        (bug#7564).
index 006153b..2339416 100644 (file)
@@ -4056,7 +4056,8 @@ DEFUN ("overlay-get", Foverlay_get, Soverlay_get, 2, 2, 0,
 }
 
 DEFUN ("overlay-put", Foverlay_put, Soverlay_put, 3, 3, 0,
-       doc: /* Set one property of overlay OVERLAY: give property PROP value VALUE.  */)
+       doc: /* Set one property of overlay OVERLAY: give property PROP value VALUE.
+VALUE will be returned.*/)
   (Lisp_Object overlay, Lisp_Object prop, Lisp_Object value)
 {
   Lisp_Object tail, buffer;