diff options
| author | Eli Zaretskii | 2006-09-01 17:15:49 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-09-01 17:15:49 +0000 |
| commit | 3f81bab466a4af5d8e58afdcb3bf7a91315a26ab (patch) | |
| tree | 3f557dbc6939022d486b2f2c14f20fe566d8c027 | |
| parent | 5a8f51655f6d14e9a5e5aec99a81030bdfa0902a (diff) | |
| download | emacs-3f81bab466a4af5d8e58afdcb3bf7a91315a26ab.tar.gz emacs-3f81bab466a4af5d8e58afdcb3bf7a91315a26ab.zip | |
(Buffer Modification): Fix last change.
| -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 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} | |||
| 589 | calls, you can tell whether a character change occurred in that buffer | 589 | calls, you can tell whether a character change occurred in that buffer |
| 590 | in between the calls. If @var{buffer} is @code{nil} (or omitted), the | 590 | in between the calls. If @var{buffer} is @code{nil} (or omitted), the |
| 591 | current buffer is used. | 591 | current buffer is used. |
| 592 | @end defun | ||
| 593 | 592 | ||
| 594 | This function returns @var{buffer}'s modification-count. This is a | 593 | This function returns @var{buffer}'s modification-count. This is a |
| 595 | counter that increments every time the buffer is modified. If | 594 | counter that increments every time the buffer is modified. If |