From: Chong Yidong Date: Fri, 1 Sep 2006 13:35:11 +0000 (+0000) Subject: Minor doc fix. X-Git-Tag: emacs-pretest-22.0.90~810 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12bd42bee527dfca469e4604ab23cd9e5d3e0626;p=emacs.git Minor doc fix. --- 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, 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. */)