From 3f81bab466a4af5d8e58afdcb3bf7a91315a26ab Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 1 Sep 2006 17:15:49 +0000 Subject: [PATCH] (Buffer Modification): Fix last change. --- lispref/buffers.texi | 1 - 1 file changed, 1 deletion(-) diff --git a/lispref/buffers.texi b/lispref/buffers.texi index cf683fb2ac..8ca65ec21e 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 -- 2.20.1