1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-13 11:12:19 -08:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-03-20 15:08:56 +00:00
parent 7cb4236238
commit 3b4a1f681e
2 changed files with 7 additions and 0 deletions

View file

@ -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'.

View 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.