aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-09-01 17:15:49 +0000
committerEli Zaretskii2006-09-01 17:15:49 +0000
commit3f81bab466a4af5d8e58afdcb3bf7a91315a26ab (patch)
tree3f557dbc6939022d486b2f2c14f20fe566d8c027
parent5a8f51655f6d14e9a5e5aec99a81030bdfa0902a (diff)
downloademacs-3f81bab466a4af5d8e58afdcb3bf7a91315a26ab.tar.gz
emacs-3f81bab466a4af5d8e58afdcb3bf7a91315a26ab.zip
(Buffer Modification): Fix last change.
-rw-r--r--lispref/buffers.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi
index cf683fb2ac3..8ca65ec21e0 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}
589calls, you can tell whether a character change occurred in that buffer 589calls, you can tell whether a character change occurred in that buffer
590in between the calls. If @var{buffer} is @code{nil} (or omitted), the 590in between the calls. If @var{buffer} is @code{nil} (or omitted), the
591current buffer is used. 591current buffer is used.
592@end defun
593 592
594This function returns @var{buffer}'s modification-count. This is a 593This function returns @var{buffer}'s modification-count. This is a
595counter that increments every time the buffer is modified. If 594counter that increments every time the buffer is modified. If