aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2014-02-07 20:11:52 -0800
committerLars Ingebrigtsen2014-02-07 20:11:52 -0800
commitaf3e68a0916256de5a19da73038a830deb6a2e84 (patch)
tree3b1714e0dd23f2465c079bf4e0e5e2ef92610ae6 /src
parentea838c36f6bfbd2fba532b668d422cb1783b289c (diff)
downloademacs-af3e68a0916256de5a19da73038a830deb6a2e84.tar.gz
emacs-af3e68a0916256de5a19da73038a830deb6a2e84.zip
* buffer.c (Fmake_overlay): Doc clarification.
Fixes: debbugs:15489
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/buffer.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 51f7bf08e36..133da94bb97 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * buffer.c (Fmake_overlay): Doc clarification (bug#15489).
4
12014-02-08 Juanma Barranquero <lekktu@gmail.com> 52014-02-08 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * keyboard.c (Frecursive_edit): Fix typo in docstring. 7 * 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,
3830} 3830}
3831 3831
3832DEFUN ("make-overlay", Fmake_overlay, Smake_overlay, 2, 5, 0, 3832DEFUN ("make-overlay", Fmake_overlay, Smake_overlay, 2, 5, 0,
3833 doc: /* Create a new overlay with range BEG to END in BUFFER. 3833 doc: /* Create a new overlay with range BEG to END in BUFFER and return it.
3834If omitted, BUFFER defaults to the current buffer. 3834If omitted, BUFFER defaults to the current buffer.
3835BEG and END may be integers or markers. 3835BEG and END may be integers or markers.
3836The fourth arg FRONT-ADVANCE, if non-nil, makes the marker 3836The fourth arg FRONT-ADVANCE, if non-nil, makes the marker