diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-07 20:11:52 -0800 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-07 20:11:52 -0800 |
commit | af3e68a0916256de5a19da73038a830deb6a2e84 (patch) | |
tree | 3b1714e0dd23f2465c079bf4e0e5e2ef92610ae6 /src/buffer.c | |
parent | ea838c36f6bfbd2fba532b668d422cb1783b289c (diff) | |
download | emacs-af3e68a0916256de5a19da73038a830deb6a2e84.tar.gz |
* buffer.c (Fmake_overlay): Doc clarification.
Fixes: debbugs:15489
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |