changeset 72618:396706df4954

Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 02 Sep 2006 22:18:44 +0000
parents b7ea4d00addb
children 5dd4533a9a7e
files lispref/buffers.texi
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/buffers.texi	Sat Sep 02 21:25:52 2006 +0000
+++ b/lispref/buffers.texi	Sat Sep 02 22:18:44 2006 +0000
@@ -589,11 +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.
-
-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