# HG changeset patch
# User Eli Zaretskii <eliz@gnu.org>
# Date 1157130949 0
# Node ID e4e2d953e61ce67ec40f341f54e0bc73ed752516
# Parent  070fe1ef325037b2c04182fa687db0904ac8fc19
(Buffer Modification): Fix last change.

diff -r 070fe1ef3250 -r e4e2d953e61c lispref/buffers.texi
--- a/lispref/buffers.texi	Fri Sep 01 13:41:33 2006 +0000
+++ b/lispref/buffers.texi	Fri Sep 01 17:15:49 2006 +0000
@@ -589,7 +589,6 @@
 calls, you can tell whether a character change occurred in that buffer
 in between the calls.  If @var{buffer} is @code{nil} (or omitted), the
 current buffer is used.
-@end defun
 
 This function returns @var{buffer}'s modification-count.  This is a
 counter that increments every time the buffer is modified.  If