From 2060e50ca2e62553604d2a301ea0a97679292a59 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Apr 2003 20:23:10 +0000 Subject: [PATCH] Clarify when buffer list is reordered. --- lispref/buffers.texi | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 8a4dc05b459..201975ace54 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -678,13 +678,14 @@ signal an error if the current buffer is read-only. @cindex buffer list The @dfn{buffer list} is a list of all live buffers. Creating a -buffer adds it to this list, and killing a buffer excises it. The order -of the buffers in the list is based primarily on how recently each -buffer has been displayed in the selected window. Buffers move to the -front of the list when they are selected and to the end when they are -buried (see @code{bury-buffer}, below). Several functions, notably -@code{other-buffer}, use this ordering. A buffer list displayed for the -user also follows this order. +buffer adds it to this list, and killing a buffer removes it. The +order of the buffers in the list is based primarily on how recently +each buffer has been displayed in the selected window. Buffers move +to the front of the list when they are selected (selecting a window +that already displays the buffer counts as selecting the buffer), and +to the end when they are buried (see @code{bury-buffer}, below). +Several functions, notably @code{other-buffer}, use this ordering. A +buffer list displayed for the user also follows this order. 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 -- 2.39.2