Mercurial > emacs
comparison src/buffer.c @ 72596:03f6ec3cc19d
Minor doc fix.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Fri, 01 Sep 2006 13:35:11 +0000 |
| parents | f6de516bbb4b |
| children | b6668e8a8f5f c358d0861b16 |
comparison
equal
deleted
inserted
replaced
| 72595:c1a0f40d53a7 | 72596:03f6ec3cc19d |
|---|---|
| 1154 Sbuffer_chars_modified_tick, 0, 1, 0, | 1154 Sbuffer_chars_modified_tick, 0, 1, 0, |
| 1155 doc: /* Return BUFFER's character-change tick counter. | 1155 doc: /* Return BUFFER's character-change tick counter. |
| 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. */) |
| 1163 (buffer) | 1163 (buffer) |
| 1164 register Lisp_Object buffer; | 1164 register Lisp_Object buffer; |
