Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/buffer.c Fri Sep 01 13:30:55 2006 +0000 +++ b/src/buffer.c Fri Sep 01 13:35:11 2006 +0000 @@ -1156,7 +1156,7 @@ Each buffer has a character-change tick counter, which is set to the value of the buffer's tick counter \(see `buffer-modified-tick'), each time text in that buffer is inserted or deleted. By comparing the -values returned by two individual calls of buffer-chars-modified-tick, +values returned by two individual calls of `buffer-chars-modified-tick', you can tell whether a character change occurred in that buffer in between these calls. No argument or nil as argument means use current buffer as BUFFER. */)
