changeset 72596:03f6ec3cc19d

Minor doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 01 Sep 2006 13:35:11 +0000
parents c1a0f40d53a7
children 63df36f810bc
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.  */)