diff options
| author | Chong Yidong | 2006-09-02 22:18:44 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-09-02 22:18:44 +0000 |
| commit | 864ac5d4d791115e144859e38bde5a1ffed87d92 (patch) | |
| tree | 3fd00ef873888882f95be74905a33db5426ce24d | |
| parent | 5c4aaa79052d55bf9f2c28b49a637c7b3a691337 (diff) | |
| download | emacs-864ac5d4d791115e144859e38bde5a1ffed87d92.tar.gz emacs-864ac5d4d791115e144859e38bde5a1ffed87d92.zip | |
Fix typo.
| -rw-r--r-- | lispref/buffers.texi | 5 |
1 files changed, 0 insertions, 5 deletions
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} | |||
| 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 | |||
| 593 | This function returns @var{buffer}'s modification-count. This is a | ||
| 594 | counter that increments every time the buffer is modified. If | ||
| 595 | @var{buffer} is @code{nil} (or omitted), the current buffer is used. | ||
| 596 | The counter can wrap around occasionally. | ||
| 597 | @end defun | 592 | @end defun |
| 598 | 593 | ||
| 599 | @node Modification Time | 594 | @node Modification Time |