summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHenry Blevins <heblevi@gmail.com>2018-06-24 16:47:41 -0400
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-06-24 23:51:14 +0300
commitf7f3fc719ae445c64a5f00965980974330204605 (patch)
tree142caffebb206c1bc159be2ea06cd1d4d39fe7a0 /doc
parent13c76efcfc94f3c97183962f91146a851bd7a9d3 (diff)
Fix formatting error
Fix a formatting error by adding a missing '`' after cider-describe-current-connection.
Diffstat (limited to 'doc')
-rw-r--r--doc/interactive_programming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interactive_programming.md b/doc/interactive_programming.md
index d3c68cca..b4760703 100644
--- a/doc/interactive_programming.md
+++ b/doc/interactive_programming.md
@@ -37,7 +37,7 @@ Here's a list of `cider-mode`'s keybindings:
`cider-switch-to-repl-buffer` |<kbd>C-c C-z</kbd> | Switch to the relevant REPL buffer. Use a prefix argument to change the namespace of the REPL buffer to match the currently visited source file.
`cider-switch-to-repl-buffer` |<kbd>C-u C-u C-c C-z</kbd> | Switch to the REPL buffer based on a user prompt for a directory.
`cider-load-buffer-and-switch-to-repl-buffer` |<kbd>C-c M-z</kbd> | Load (eval) the current buffer and switch to the relevant REPL buffer. Use a prefix argument to change the namespace of the REPL buffer to match the currently visited source file.
-`cider-describe-current-connection |<kbd>C-c M-d</kbd> | Display default REPL connection details, including project directory name, buffer namespace, host and port.
+`cider-describe-current-connection` |<kbd>C-c M-d</kbd> | Display default REPL connection details, including project directory name, buffer namespace, host and port.
`cider-find-and-clear-repl-output` |<kbd>C-c C-o</kbd> | Clear the last output in the REPL buffer. With a prefix argument it will clear the entire REPL buffer, leaving only a prompt. Useful if you're running the REPL buffer in a side by side buffer.
`cider-load-buffer` |<kbd>C-c C-k</kbd> | Load (eval) the current buffer.
`cider-load-file` |<kbd>C-c C-l</kbd> | Load (eval) a Clojure file.