From: Martin Rudalics Date: Sat, 19 Jan 2008 18:53:05 +0000 (+0000) Subject: (Buffer Modification): Fix typo. X-Git-Tag: emacs-pretest-22.1.90~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=569382c2b4e38392a41052a6ecbc97b92760bf4b;p=emacs.git (Buffer Modification): Fix typo. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 0d42aac5c85..7febc50fdef 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2008-01-19 Martin Rudalics + + * buffers.texi (Buffer Modification): Fix typo. + 2008-01-04 Richard Stallman * display.texi (Faces): Don't talk about internal face vector as arg @@ -38,7 +42,7 @@ 2007-11-24 Richard Stallman - * display.texi (Refresh Screen, Forcing Redisplay): + * display.texi (Refresh Screen, Forcing Redisplay): Clarify the text and move items around. 2007-11-15 Martin Rudalics diff --git a/lispref/buffers.texi b/lispref/buffers.texi index d2bbc9bb4d9..658da3a1df2 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -584,7 +584,7 @@ The counter can wrap around occasionally. 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 @@ -783,7 +783,7 @@ are selected for display in a window (@pxref{Displaying Buffers}), and to the end when they are buried (see @code{bury-buffer}, below). There are no functions available to the Lisp programmer which directly manipulate the buffer list. - + In addition to the fundamental Emacs buffer list, each frame has its own version of the buffer list, in which the buffers that have been selected in that frame come first, starting with the buffers most