diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-11 14:45:48 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-11 14:45:48 +0100 |
commit | 9b580e96de75a34383d7e370e5eab2b5308009bd (patch) | |
tree | 0f0c8db3bb25a209e5f483c8004a88102de42471 /doc/parens.texi | |
parent | 873bcb89815fe9a1150d36a143af795da0fcc800 (diff) | |
download | geiser-9b580e96de75a34383d7e370e5eab2b5308009bd.tar.gz geiser-9b580e96de75a34383d7e370e5eab2b5308009bd.tar.bz2 |
C-c C-Z -> C-c C-a
Since C-c C-z/Z apparently conflict with each other, and the new
keybinding is more friendly anyway.
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 18026bc..f7018d3 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -211,7 +211,7 @@ teleported to the REPL, the latter will switch to the namespace of the Scheme source file (as if you had used @kbd{C-c C-m} in the REPL, with the source file's module as argument; cf. discussion in @altr{Switching context,,Switching context,).}This command is also -bound to @kbd{C-c C-Z}, with a capital zed. +bound to @kbd{C-c C-a}. Once you're in the REPL, the same @kbd{C-c C-z} shortcut will bring you back to the buffer you jumped from, provided you don't kill the |