]> code.delx.au - gnu-emacs/commitdiff
(Buffer Modification): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Sep 2006 17:15:49 +0000 (17:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Sep 2006 17:15:49 +0000 (17:15 +0000)
lispref/buffers.texi

index cf683fb2ac3ae3f5cf809883b94e63ee11fb40c2..8ca65ec21e03e29e56a8ba05ee6309219b7d249a 100644 (file)
@@ -589,7 +589,6 @@ By comparing the values returned by two @code{buffer-chars-modified-tick}
 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