diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-09-01 17:15:49 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-09-01 17:15:49 +0000 |
commit | 3f81bab466a4af5d8e58afdcb3bf7a91315a26ab (patch) | |
tree | 3f557dbc6939022d486b2f2c14f20fe566d8c027 /lispref/buffers.texi | |
parent | 5a8f51655f6d14e9a5e5aec99a81030bdfa0902a (diff) |
(Buffer Modification): Fix last change.
Diffstat (limited to 'lispref/buffers.texi')
-rw-r--r-- | lispref/buffers.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi index cf683fb2ac..8ca65ec21e 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} 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. -@end defun This function returns @var{buffer}'s modification-count. This is a counter that increments every time the buffer is modified. If |