# HG changeset patch # User Chong Yidong # Date 1157235524 0 # Node ID 396706df4954ef0b6b096652e539e1ee903398da # Parent b7ea4d00addbe5067fedc7b5ff7e420180e71340 Fix typo. diff -r b7ea4d00addb -r 396706df4954 lispref/buffers.texi --- 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