Mercurial > hg > xemacs-beta
comparison man/lispref/buffers.texi @ 54:05472e90ae02 r19-16-pre2
Import from CVS: tag r19-16-pre2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:57:55 +0200 |
parents | 376386a54a3c |
children | 6240c7796c7a |
comparison
equal
deleted
inserted
replaced
53:875393c1a535 | 54:05472e90ae02 |
---|---|
680 If @var{buffer-or-name} is not supplied (or if it is not a buffer), | 680 If @var{buffer-or-name} is not supplied (or if it is not a buffer), |
681 then @code{other-buffer} returns the first buffer on the buffer list | 681 then @code{other-buffer} returns the first buffer on the buffer list |
682 that is not visible in any window in a visible frame. | 682 that is not visible in any window in a visible frame. |
683 | 683 |
684 If the selected frame has a non-@code{nil} @code{buffer-predicate} | 684 If the selected frame has a non-@code{nil} @code{buffer-predicate} |
685 parameter, then @code{other-buffer} uses that predicate to decide which | 685 property, then @code{other-buffer} uses that predicate to decide which |
686 buffers to consider. It calls the predicate once for each buffer, and | 686 buffers to consider. It calls the predicate once for each buffer, and |
687 if the value is @code{nil}, that buffer is ignored. @xref{X Frame | 687 if the value is @code{nil}, that buffer is ignored. @xref{X Frame |
688 Parameters}. | 688 Properties}. |
689 | 689 |
690 @c Emacs 19 feature | 690 @c Emacs 19 feature |
691 If @var{visible-ok} is @code{nil}, @code{other-buffer} avoids returning | 691 If @var{visible-ok} is @code{nil}, @code{other-buffer} avoids returning |
692 a buffer visible in any window on any visible frame, except as a last | 692 a buffer visible in any window on any visible frame, except as a last |
693 resort. If @var{visible-ok} is non-@code{nil}, then it does not matter | 693 resort. If @var{visible-ok} is non-@code{nil}, then it does not matter |