From af3e68a0916256de5a19da73038a830deb6a2e84 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 7 Feb 2014 20:11:52 -0800 Subject: [PATCH] * buffer.c (Fmake_overlay): Doc clarification. Fixes: debbugs:15489 --- src/ChangeLog | 4 ++++ src/buffer.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 51f7bf08e36..133da94bb97 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-02-08 Lars Ingebrigtsen + + * buffer.c (Fmake_overlay): Doc clarification (bug#15489). + 2014-02-08 Juanma Barranquero * keyboard.c (Frecursive_edit): Fix typo in docstring. diff --git a/src/buffer.c b/src/buffer.c index cbf7291e3c8..955c80eb44b 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -3830,7 +3830,7 @@ DEFUN ("overlayp", Foverlayp, Soverlayp, 1, 1, 0, } DEFUN ("make-overlay", Fmake_overlay, Smake_overlay, 2, 5, 0, - doc: /* Create a new overlay with range BEG to END in BUFFER. + doc: /* Create a new overlay with range BEG to END in BUFFER and return it. If omitted, BUFFER defaults to the current buffer. BEG and END may be integers or markers. The fourth arg FRONT-ADVANCE, if non-nil, makes the marker -- 2.39.2