emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c,v
Date: Fri, 01 Sep 2006 13:35:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/09/01 13:35:12

Index: buffer.c
===================================================================
RCS file: /sources/emacs/emacs/src/buffer.c,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -b -r1.511 -r1.512
--- buffer.c    1 Sep 2006 13:28:13 -0000       1.511
+++ buffer.c    1 Sep 2006 13:35:11 -0000       1.512
@@ -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.  */)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]