changeset 69603:a0ab0382b7ca

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Mar 2006 15:08:56 +0000
parents 5dfbb2116f2d
children 2304cf13ec80
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Mar 20 15:08:28 2006 +0000
+++ b/etc/NEWS	Mon Mar 20 15:08:56 2006 +0000
@@ -324,6 +324,11 @@
 converts whitespace around point to N spaces.
 
 ---
+** C-x 5 C-o displays a specified buffer in another frame
+but does not switch to that frame.  It's the multi-frame
+analogue of C-x 4 C-o.
+
+---
 ** New commands to operate on pairs of open and close characters:
 `insert-pair', `delete-pair', `raise-sexp'.
 
--- a/lisp/ChangeLog	Mon Mar 20 15:08:28 2006 +0000
+++ b/lisp/ChangeLog	Mon Mar 20 15:08:56 2006 +0000
@@ -1,5 +1,7 @@
 2006-03-20  Richard Stallman  <rms@gnu.org>
 
+	* simple.el (set-mark-command): Doc fix.
+
 	* files.el (display-buffer-other-frame): New command.
 	(ctl-x-4-map): Bind C-x 5 C-o to it.