diff options
| author | Lute Kamstra | 2005-02-23 08:45:04 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-02-23 08:45:04 +0000 |
| commit | 563f712898677159c924be7203ba8172b503f6b6 (patch) | |
| tree | bfaaefeb789d05dd22c43c443edd5acb42e531bf /src/buffer.c | |
| parent | 01d746be1e5078015942482e53734458c36f7d23 (diff) | |
| download | emacs-563f712898677159c924be7203ba8172b503f6b6.tar.gz emacs-563f712898677159c924be7203ba8172b503f6b6.zip | |
(Foverlay_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index ae390ba7500..3394e1dead2 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Buffer manipulation primitives for GNU Emacs. | 1 | /* Buffer manipulation primitives for GNU Emacs. |
| 2 | Copyright (C) 1985,86,87,88,89,93,94,95,97,98, 1999, 2000, 2001, 02, 03, 2004 | 2 | Copyright (C) 1985, 86, 87, 88, 89, 93, 94, 95, 97, 98, 99, |
| 3 | Free Software Foundation, Inc. | 3 | 2000, 01, 02, 03, 04, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -3830,7 +3830,8 @@ DEFUN ("overlay-end", Foverlay_end, Soverlay_end, 1, 1, 0, | |||
| 3830 | } | 3830 | } |
| 3831 | 3831 | ||
| 3832 | DEFUN ("overlay-buffer", Foverlay_buffer, Soverlay_buffer, 1, 1, 0, | 3832 | DEFUN ("overlay-buffer", Foverlay_buffer, Soverlay_buffer, 1, 1, 0, |
| 3833 | doc: /* Return the buffer OVERLAY belongs to. */) | 3833 | doc: /* Return the buffer OVERLAY belongs to. |
| 3834 | Return nil if OVERLAY has been deleted. */) | ||
| 3834 | (overlay) | 3835 | (overlay) |
| 3835 | Lisp_Object overlay; | 3836 | Lisp_Object overlay; |
| 3836 | { | 3837 | { |