From: Eli Zaretskii Date: Fri, 1 Sep 2006 17:15:49 +0000 (+0000) Subject: (Buffer Modification): Fix last change. X-Git-Tag: emacs-pretest-22.0.90~807 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f81bab466a4af5d8e58afdcb3bf7a91315a26ab;p=emacs.git (Buffer Modification): Fix last change. --- diff --git a/lispref/buffers.texi b/lispref/buffers.texi index cf683fb2ac3..8ca65ec21e0 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -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