Show
Ignore:
Timestamp:
04/04/08 22:04:40 (8 months ago)
Author:
miyoshi
Message:

Sync up with Emacs22.2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/buffers.texi

    r4200 r4220  
    22@c This is part of the GNU Emacs Lisp Reference Manual. 
    33@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 2002, 
    4 @c   2003, 2004, 2005, 2006, 2007  Free Software Foundation, Inc. 
     4@c   2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc. 
    55@c See the file elisp.texi for copying conditions. 
    66@setfilename ../info/buffers 
     
    585585Changes to text properties leave this counter unchanged; however, each 
    586586time text is inserted or removed from the buffer, the counter is reset 
    587 to the value that would be returned @code{buffer-modified-tick}. 
     587to the value that would be returned by @code{buffer-modified-tick}. 
    588588By comparing the values returned by two @code{buffer-chars-modified-tick} 
    589589calls, you can tell whether a character change occurred in that buffer 
     
    784784There are no functions available to the Lisp programmer which directly 
    785785manipulate the buffer list. 
    786    
     786 
    787787  In addition to the fundamental Emacs buffer list, each frame has its 
    788788own version of the buffer list, in which the buffers that have been