summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-06 00:06:47 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-06 00:06:47 +0300
commit3c8b51516ec8c7f65858261daa0ad2fbcb7b6589 (patch)
treebbc39bcfe85260741861841b1df4923b1c0612ac /doc
parent26e0e9ac5ce153b8736b31bec8150b53236ddd23 (diff)
Tweak an example a bit
Diffstat (limited to 'doc')
-rw-r--r--doc/basic_usage.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/basic_usage.md b/doc/basic_usage.md
index 8faaf225..516e1ade 100644
--- a/doc/basic_usage.md
+++ b/doc/basic_usage.md
@@ -186,10 +186,10 @@ In the REPL you can also use "shortcut commands" by pressing `,` at the
beginning of a REPL line. You'll be presented with a list of commands you can
quickly run (like quitting, displaying some info, clearing the REPL, etc). The
character used to trigger the shortcuts is configurable via
-`cider-repl-shortcut-dispatch-char`. Here's how you can change it to `:`:
+`cider-repl-shortcut-dispatch-char`. Here's how you can change it to `;`:
```el
-(setq cider-repl-shortcut-dispatch-char ?\:)
+(setq cider-repl-shortcut-dispatch-char ?\;)
```
#### REPL Configuration