# HG changeset patch # User Lute Kamstra # Date 1109148304 0 # Node ID f0a03b682c19394205640df5e678db63ba095cac # Parent 4f937a19bf8509927dee7b02d53abd76fba5c595 (Foverlay_buffer): Doc fix. diff -r 4f937a19bf85 -r f0a03b682c19 src/buffer.c --- a/src/buffer.c Tue Feb 22 23:16:29 2005 +0000 +++ b/src/buffer.c Wed Feb 23 08:45:04 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. @@ -3830,7 +3830,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; {