Mercurial > hg > xemacs-beta
comparison man/lispref/windows.texi @ 5215:956d54c39176
Reword the lispref documentation of buffer-display-count.
2010-05-28 Aidan Kehoe <kehoea@parhasard.net>
* lispref/windows.texi (Buffers and Windows):
Reword the documentation of `buffer-display-count';
`buffer-display-time's documentation was taken from a version of
the GNU elisp manuwal with a compatible licence,
`buffer-display-count' was not.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 28 May 2010 13:52:16 +0100 |
parents | 0b4d355771bd |
children | 62b9ef1ed4ac |
comparison
equal
deleted
inserted
replaced
5214:0b4d355771bd | 5215:956d54c39176 |
---|---|
704 @end group | 704 @end group |
705 @end example | 705 @end example |
706 @end defun | 706 @end defun |
707 | 707 |
708 @defvar buffer-display-count | 708 @defvar buffer-display-count |
709 This buffer-local variable records the number of times a buffer has been | 709 This variable, local to a given buffer, reflects the number of times |
710 displayed in a window. It is incremented each time | 710 XEmacs has displayed the buffer in a window. |
711 @code{set-window-buffer} is called for the buffer. | |
712 @end defvar | 711 @end defvar |
713 | 712 |
714 @defun window-buffer &optional window | 713 @defun window-buffer &optional window |
715 This function returns the buffer that @var{window} is displaying. If | 714 This function returns the buffer that @var{window} is displaying. If |
716 @var{window} is omitted, this function returns the buffer for the | 715 @var{window} is omitted, this function returns the buffer for the |