diff options
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, | |||
| 3830 | } | 3830 | } |
| 3831 | 3831 | ||
| 3832 | DEFUN ("make-overlay", Fmake_overlay, Smake_overlay, 2, 5, 0, | 3832 | DEFUN ("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. |
| 3834 | If omitted, BUFFER defaults to the current buffer. | 3834 | If omitted, BUFFER defaults to the current buffer. |
| 3835 | BEG and END may be integers or markers. | 3835 | BEG and END may be integers or markers. |
| 3836 | The fourth arg FRONT-ADVANCE, if non-nil, makes the marker | 3836 | The fourth arg FRONT-ADVANCE, if non-nil, makes the marker |