changeset 67603:589ce7251c9c

* buffers.texi (Select Buffer): Change `prev-buffer' to `previous-buffer'. Indicate that these functions use a frame local buffer list.
author Károly Lőrentey <lorentey@elte.hu>
date Fri, 16 Dec 2005 11:37:43 +0000
parents 3fbbf35e6d87
children d690cd38b69b
files man/ChangeLog man/buffers.texi
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Fri Dec 16 11:35:25 2005 +0000
+++ b/man/ChangeLog	Fri Dec 16 11:37:43 2005 +0000
@@ -1,3 +1,9 @@
+2005-12-16  L$,1 q(Brentey K,Aa(Broly  <lorentey@elte.hu>
+
+	* buffers.texi (Select Buffer): Change `prev-buffer' to
+	`previous-buffer'.  Indicate that these functions use a frame
+	local buffer list.
+
 2005-12-14  Chong Yidong  <cyd@stupidchicken.com>
 
 	* faq.texi (Filling paragraphs with a single space): No need to
--- a/man/buffers.texi	Fri Dec 16 11:35:25 2005 +0000
+++ b/man/buffers.texi	Fri Dec 16 11:37:43 2005 +0000
@@ -95,11 +95,11 @@
 @kindex C-x @key{LEFT}
 @kindex C-x @key{RIGHT}
 @findex next-buffer
-@findex prev-buffer
+@findex previous-buffer
   For conveniently switching between a few buffers, use the commands
 @kbd{C-x @key{LEFT}} and @kbd{C-x @key{RIGHT}}.  @kbd{C-x @key{RIGHT}}
-(@code{prev-buffer}) selects the previous buffer (following the order
-of most recent selection), while @kbd{C-x @key{LEFT}}
+(@code{previous-buffer}) selects the previous buffer (following the order
+of most recent selection in the current frame), while @kbd{C-x @key{LEFT}}
 (@code{next-buffer}) moves through buffers in the reverse direction.
 
 @kindex C-x 4 b