help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: split buffers


From: TheFlyingDutchman
Subject: Re: split buffers
Date: Wed, 08 Dec 2010 15:19:57 -0000
User-agent: G2/1.0

> ; <CTRL-F1> to save window configuation to register 2
> (global-set-key (kbd "<C-f2>") 'SaveWinConfigToRegister2)
> ; <ALT-F1> to restore window configuration saved in register 2
> (global-set-key (kbd "<M-f2>") 'RestoreRegister2)

above should have been:

; <CTRL-F2> to save window configuation to register 2
(global-set-key (kbd "<C-f2>") 'SaveWinConfigToRegister2)
; <ALT-F2> to restore window configuration saved in register 2
(global-set-key (kbd "<M-f2>") 'RestoreRegister2)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]