diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 58c047a87ba..51f93c930e5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1156,7 +1156,7 @@ DEFUN ("buffer-chars-modified-tick", Fbuffer_chars_modified_tick, | |||
| 1156 | Each buffer has a character-change tick counter, which is set to the | 1156 | Each buffer has a character-change tick counter, which is set to the |
| 1157 | value of the buffer's tick counter \(see `buffer-modified-tick'), each | 1157 | value of the buffer's tick counter \(see `buffer-modified-tick'), each |
| 1158 | time text in that buffer is inserted or deleted. By comparing the | 1158 | time text in that buffer is inserted or deleted. By comparing the |
| 1159 | values returned by two individual calls of buffer-chars-modified-tick, | 1159 | values returned by two individual calls of `buffer-chars-modified-tick', |
| 1160 | you can tell whether a character change occurred in that buffer in | 1160 | you can tell whether a character change occurred in that buffer in |
| 1161 | between these calls. No argument or nil as argument means use current | 1161 | between these calls. No argument or nil as argument means use current |
| 1162 | buffer as BUFFER. */) | 1162 | buffer as BUFFER. */) |