summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-08-05 11:32:16 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-08-05 13:16:58 +0300
commit1c9f9e33a2c3995774953e43906148200b11507e (patch)
tree76539a85fec51fcf52ef02d4c8071b1b4eb06887 /doc
parentd4cd579f5fa487c3af11c319c4c4c44dfe0c00df (diff)
Rename `cider-describe-current-connection` -> `cider-describe-connection`
.. because it accepts an explicit REPL argument now.
Diffstat (limited to 'doc')
-rw-r--r--doc/cider-refcard.tex2
-rw-r--r--doc/interactive_programming.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/cider-refcard.tex b/doc/cider-refcard.tex
index 99d619b5..6885b438 100644
--- a/doc/cider-refcard.tex
+++ b/doc/cider-refcard.tex
@@ -125,7 +125,7 @@
\item[C-c M-p] cider-insert-last-sexp-in-repl
\item[C-c C-z] cider-switch-to-repl-buffer
\item[C-c M-o] cider-find-and-clear-repl-buffer
- \item[C-c M-d] cider-describe-current-connection
+ \item[C-c M-d] cider-describe-connection
\item[C-c M-n M-n] cider-repl-set-ns
\item[C-c C-b] cider-interrupt
\item[C-c M-n M-r] cider-ns-refresh
diff --git a/doc/interactive_programming.md b/doc/interactive_programming.md
index 1b814b6a..92906d01 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-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.