aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2006-09-01 13:35:11 +0000
committerChong Yidong2006-09-01 13:35:11 +0000
commit12bd42bee527dfca469e4604ab23cd9e5d3e0626 (patch)
treeec6f44008ff556e12ba4f8f8072514d258119ba2 /src
parent8c707380550b47e17b41f100f179d3d6b7338ca0 (diff)
downloademacs-12bd42bee527dfca469e4604ab23cd9e5d3e0626.tar.gz
emacs-12bd42bee527dfca469e4604ab23cd9e5d3e0626.zip
Minor doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
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,
1156Each buffer has a character-change tick counter, which is set to the 1156Each buffer has a character-change tick counter, which is set to the
1157value of the buffer's tick counter \(see `buffer-modified-tick'), each 1157value of the buffer's tick counter \(see `buffer-modified-tick'), each
1158time text in that buffer is inserted or deleted. By comparing the 1158time text in that buffer is inserted or deleted. By comparing the
1159values returned by two individual calls of buffer-chars-modified-tick, 1159values returned by two individual calls of `buffer-chars-modified-tick',
1160you can tell whether a character change occurred in that buffer in 1160you can tell whether a character change occurred in that buffer in
1161between these calls. No argument or nil as argument means use current 1161between these calls. No argument or nil as argument means use current
1162buffer as BUFFER. */) 1162buffer as BUFFER. */)