]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Mar 2006 15:08:56 +0000 (15:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Mar 2006 15:08:56 +0000 (15:08 +0000)
etc/NEWS
lisp/ChangeLog

index 1ceac583760b9558aeda8a32fb8c60329f7556db..02635fae29dc2652ec7f27947b16150cc97a1996 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -323,6 +323,11 @@ cycle for each frame, using the frame-local buffer list.
 ** M-SPC (just-one-space) when given a numeric argument N
 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'.
index 076b32abcf1391ed189d87fa1a8093b8d8ed8c83..35eeceac2fef1179f4ed5ddcdfa823d55b4d8a76 100644 (file)
@@ -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.