emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/Attic/buffers.texi, v [EMACS_22_B


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/lispref/Attic/buffers.texi, v [EMACS_22_BASE]
Date: Sat, 19 Jan 2008 18:52:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Martin Rudalics <m061211>       08/01/19 18:52:44

Index: buffers.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/Attic/buffers.texi,v
retrieving revision 1.55.2.1
retrieving revision 1.55.2.2
diff -u -b -r1.55.2.1 -r1.55.2.2
--- buffers.texi        7 Jan 2008 08:49:09 -0000       1.55.2.1
+++ buffers.texi        19 Jan 2008 18:52:44 -0000      1.55.2.2
@@ -584,7 +584,7 @@
 This function returns @var{buffer}'s character-change modification-count.
 Changes to text properties leave this counter unchanged; however, each
 time text is inserted or removed from the buffer, the counter is reset
-to the value that would be returned @code{buffer-modified-tick}.
+to the value that would be returned by @code{buffer-modified-tick}.
 By comparing the values returned by two @code{buffer-chars-modified-tick}
 calls, you can tell whether a character change occurred in that buffer
 in between the calls.  If @var{buffer} is @code{nil} (or omitted), the




reply via email to

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