From d52af8796f93edcd57b4151cad4b925dae5fbdd2 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 14 Jan 2016 09:03:15 +0200 Subject: Fix a docstring --- cider-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cider-mode.el') diff --git a/cider-mode.el b/cider-mode.el index 054944d5..196eb583 100644 --- a/cider-mode.el +++ b/cider-mode.el @@ -137,7 +137,9 @@ of the namespace in the Clojure source buffer." (declare-function cider-load-buffer "cider-interaction") (defun cider-load-buffer-and-switch-to-repl-buffer (&optional set-namespace) - "Load the current buffer into the relevant REPL buffer and switch to it." + "Load the current buffer into the matching REPL buffer and switch to it. +When SET-NAMESPACE is true, we'll also set the REPL's ns to match that of the +Clojure buffer." (interactive "P") (cider-load-buffer) (cider-switch-to-repl-buffer set-namespace)) -- cgit v1.2.3