From 878f478f5a4b1d9e598d9caa425ee56ad3afb6ab Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 23 Jun 2010 23:04:58 +0200 Subject: REPL: quit command. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 9d65bac..d51b0cc 100644 --- a/README +++ b/README @@ -131,6 +131,7 @@ |----------------+----------------------------------------------------| | C-c C-z, C-c z | Start Scheme REPL (if it's not running) | + | C-c C-q | Kill Scheme process | |----------------+----------------------------------------------------| | M-. | Edit identifier at point | | TAB, M-TAB | Complete identifier at point | @@ -140,7 +141,7 @@ |----------------+----------------------------------------------------| | C-c C-k, C-c k | Nuke REPL: use it if the REPL becomes unresponsive | |----------------+----------------------------------------------------| - | C-c C-m, C-c m | Set current module + | C-c C-m, C-c m | Set current module | | C-c C-l, C-c l | Load scheme file | |----------------+----------------------------------------------------| | C-c C-d, C-c d | See module documentation | -- cgit v1.2.3