summaryrefslogtreecommitdiff
path: root/elisp/geiser-repl.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-14 04:35:48 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-14 04:35:48 +0200
commita5944d98c714657b31e14ca23328560e8756b7f9 (patch)
treed802d177a5a5966d642bab6860e208cc2a5941d8 /elisp/geiser-repl.el
parent040fd88d1e58e7aff82b1d3a380f3034b5e3475e (diff)
downloadgeiser-a5944d98c714657b31e14ca23328560e8756b7f9.tar.gz
geiser-a5944d98c714657b31e14ca23328560e8756b7f9.tar.bz2
Nits.
Diffstat (limited to 'elisp/geiser-repl.el')
-rw-r--r--elisp/geiser-repl.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el
index 6fc820a..e27d80f 100644
--- a/elisp/geiser-repl.el
+++ b/elisp/geiser-repl.el
@@ -389,27 +389,27 @@ module command as a string")
geiser-completion--complete-module :enable (symbol-at-point))
("Edit symbol" "\M-." geiser-edit--symbol-at-point
:enable (symbol-at-point))
- line
+ --
("Previous matching input" "\M-p" comint-previous-matching-input-from-input
"Previous input matching current")
("Next matching input" "\M-n" comint-next-matching-input-from-input
"Next input matching current")
("Previous input" "\C-c\M-p" comint-previous-input)
("Next input" "\C-c\M-n" comint-next-input)
- line
+ --
(mode "Autodoc mode" "\C-ca" geiser-autodoc-mode)
("Symbol documentation" "\C-cd" geiser-doc-symbol-at-point
"Documentation for symbol at point" :enable (symbol-at-point))
("Module documentation" "\C-cm" geiser-repl--doc-module
"Documentation for module at point" :enable (symbol-at-point))
("Load module" "\C-cl" geiser-load-file)
- line
+ --
("Restart" ("\C-cz" "\C-c\C-z") switch-to-geiser
:enable (not (geiser-repl--this-buffer-repl)))
("Revive REPL" ("\C-ck" "\C-c\C-k") geiser-repl-nuke
"Use this command if the REPL becomes irresponsive"
:enable (not (geiser-repl--this-buffer-repl)))
- line
+ --
(custom "REPL options" geiser-repl))