]> code.delx.au - gnu-emacs/commitdiff
Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 2 Sep 2006 22:18:44 +0000 (22:18 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 2 Sep 2006 22:18:44 +0000 (22:18 +0000)
lispref/buffers.texi

index 8ca65ec21e03e29e56a8ba05ee6309219b7d249a..3b9750f00a2dc83ab01c850a248bdca5ec9a4753 100644 (file)
@@ -589,11 +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.
-
-This function returns @var{buffer}'s modification-count.  This is a
-counter that increments every time the buffer is modified.  If
-@var{buffer} is @code{nil} (or omitted), the current buffer is used.
-The counter can wrap around occasionally.
 @end defun
 
 @node Modification Time