Mercurial > emacs
diff src/buffer.c @ 90108:bbc2e661b93c
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-18
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 125-128)
- Update from CVS
- Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 28-30)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 25 Feb 2005 06:44:33 +0000 |
parents | 72cf6261961e f0a03b682c19 |
children | e4694597cbf4 |
line wrap: on
line diff
--- a/src/buffer.c Thu Feb 24 01:36:41 2005 +0000 +++ b/src/buffer.c Fri Feb 25 06:44:33 2005 +0000 @@ -1,6 +1,6 @@ /* Buffer manipulation primitives for GNU Emacs. - Copyright (C) 1985,86,87,88,89,93,94,95,97,98, 1999, 2000, 2001, 02, 03, 2004 - Free Software Foundation, Inc. + Copyright (C) 1985, 86, 87, 88, 89, 93, 94, 95, 97, 98, 99, + 2000, 01, 02, 03, 04, 2005 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -3846,7 +3846,8 @@ } DEFUN ("overlay-buffer", Foverlay_buffer, Soverlay_buffer, 1, 1, 0, - doc: /* Return the buffer OVERLAY belongs to. */) + doc: /* Return the buffer OVERLAY belongs to. +Return nil if OVERLAY has been deleted. */) (overlay) Lisp_Object overlay; {