From: Chong Yidong Date: Sat, 2 Sep 2006 22:18:44 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-22.0.90~788 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=864ac5d4d791115e144859e38bde5a1ffed87d92;p=emacs.git Fix typo. --- diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 8ca65ec21e0..3b9750f00a2 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -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