changeset 67601:0644a2b72e8c

Change `prev-buffer' to `previous-buffer'; add note on them using the frame-local buffer list.
author Károly Lőrentey <lorentey@elte.hu>
date Fri, 16 Dec 2005 11:33:25 +0000
parents d14352717f67
children 3fbbf35e6d87
files etc/ChangeLog etc/NEWS
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/ChangeLog	Fri Dec 16 03:43:51 2005 +0000
+++ b/etc/ChangeLog	Fri Dec 16 11:33:25 2005 +0000
@@ -1,3 +1,8 @@
+2005-12-16  L$,1 q(Brentey K,Aa(Broly  <lorentey@elte.hu>
+
+	* NEWS: Change `prev-buffer' to `previous-buffer'; add note on
+	them using the frame-local buffer list.
+
 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
 
 	* NEWS: hi-lock-mode is now buffer local, use global-hi-lock-mode
--- a/etc/NEWS	Fri Dec 16 03:43:51 2005 +0000
+++ b/etc/NEWS	Fri Dec 16 11:33:25 2005 +0000
@@ -307,9 +307,10 @@
 On 32bit machines, it is now 256M (i.e. 268435455).
 
 +++
-** You can now switch buffers in a cyclic order with C-x C-left and
-(prev-buffer) and C-x C-right (next-buffer).  C-x left and C-x right
-can be used as well.
+** You can now switch buffers in a cyclic order with C-x C-left
+(previous-buffer) and C-x C-right (next-buffer).  C-x left and 
+C-x right can be used as well.  The functions keep a different buffer
+cycle for each frame, using the frame-local buffer list.
 
 +++
 ** `undo-only' does an undo which does not redo any previous undo.