Changeset 4220 for trunk/lispref/buffers.texi
- Timestamp:
- 04/04/08 22:04:40 (8 months ago)
- Files:
-
- trunk/lispref/buffers.texi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/buffers.texi
r4200 r4220 2 2 @c This is part of the GNU Emacs Lisp Reference Manual. 3 3 @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. 5 5 @c See the file elisp.texi for copying conditions. 6 6 @setfilename ../info/buffers … … 585 585 Changes to text properties leave this counter unchanged; however, each 586 586 time text is inserted or removed from the buffer, the counter is reset 587 to the value that would be returned @code{buffer-modified-tick}.587 to the value that would be returned by @code{buffer-modified-tick}. 588 588 By comparing the values returned by two @code{buffer-chars-modified-tick} 589 589 calls, you can tell whether a character change occurred in that buffer … … 784 784 There are no functions available to the Lisp programmer which directly 785 785 manipulate the buffer list. 786 786 787 787 In addition to the fundamental Emacs buffer list, each frame has its 788 788 own version of the buffer list, in which the buffers that have been
