aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2011-07-04 17:32:22 +0200
committerLars Magne Ingebrigtsen <[email protected]>2011-07-04 17:32:22 +0200
commit7c301272b49a20b7a1628bdad572264ada9fd790 (patch)
tree268e1c5ecc6496b990d53b8179ca58a2286ccc16 /src/buffer.c
parentad63790719a974b50ef4abfbe886a35bc61d647e (diff)
* buffer.c (Foverlay_put): Say what the return value is
(bug#7835).
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 006153b042..2339416eb3 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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;