summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-06-28 18:18:58 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-07-01 19:17:31 +0100
commitc24bd67bca072daf6aecc1ea83a1fc119c43edde (patch)
tree30deb5ebecb56733f923c7a7c30af19ca7628691 /README.md
parent4410610c0c6f70b2613a2dfa6716b0d941b4eed1 (diff)
Add inspecting to the debugger
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4118915e..3659d545 100644
--- a/README.md
+++ b/README.md
@@ -918,7 +918,7 @@ Keyboard shortcut | Description
<kbd>o</kbd> | Move out of the current sexp (like `up-list`)
<kbd>i</kbd> | Inject a value into running code
<kbd>e</kbd> | Eval code in current context
-<kbd>l</kbd> | List local variables
+<kbd>l</kbd> | Inspect local variables
<kbd>q</kbd> | Quit execution
In addition, all the usual evaluation commands (such as <kbd>C-x C-e</kbd> or